Search
Preparing search index...
The search index is not available
@yiwo/ycad
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@yiwo/ycad
Frame
Class Frame
Hierarchy
Frame
Implements
FrameData
Index
Constructors
constructor
Properties
arc
Id
height
id
p1
p2
width
Methods
adj
clone
cross
inner
Side
Point
Constructors
constructor
new
Frame
(
p1
:
string
, p2
:
string
, width
:
number
, id
?:
string
, height
?:
number
, arcId
?:
string
)
:
Frame
Parameters
p1:
string
p2:
string
width:
number
Optional
id:
string
Optional
height:
number
Optional
arcId:
string
Returns
Frame
Properties
Optional
arc
Id
arc
Id
?:
string
height
height
:
number
= 2.65
id
id
:
string
p1
p1
:
string
p2
p2
:
string
width
width
:
number
Methods
adj
adj
(
f
:
Frame
)
:
boolean
this 与 f向连
Parameters
f:
Frame
Returns
boolean
clone
clone
(
)
:
Frame
Returns
Frame
cross
cross
(
f
:
Frame
, points
:
{}
, tolerance
?:
number
)
:
undefined
|
Vector3
Parameters
f:
Frame
points:
{}
[
key:
string
]:
Point
tolerance:
number
= 0
Returns
undefined
|
Vector3
inner
Side
Point
inner
Side
Point
(
frames
:
{}
, points
:
{}
, isP1
?:
boolean
)
:
Point
quite slow
deprecated
Parameters
frames:
{}
[
key:
string
]:
Frame
points:
{}
[
key:
string
]:
Point
isP1:
boolean
= true
Returns
Point
Exports
Frame
constructor
arc
Id
height
id
p1
p2
width
adj
clone
cross
inner
Side
Point
Generated using
TypeDoc
this 与 f向连