mxcad API 文档 / 3d / MdGeParab
Class: MdGeParab
3d.MdGeParab
表示抛物线
Hierarchy
↳
MdGeParab
Table of contents
Constructors
Properties
Methods
- Axis
- Directrix
- Edge
- Focal
- Focus
- Location
- MirrorByAxis
- MirrorByCSYSR
- MirrorByPoint
- MirroredByAxis
- MirroredByCSYSR
- MirroredByPoint
- Parameter
- Position
- Rotate
- Rotated
- Scale
- Scaled
- SetAxis
- SetFocal
- SetLocation
- SetPosition
- Shape
- Transform
- Transformed
- TranslateBy2Points
- TranslateByVec
- TranslatedBy2Points
- TranslatedByVec
- Wire
- XAxis
- YAxis
- getImp
- initTempObject
Constructors
constructor
• new MdGeParab(p1?
, p2?
)
Parameters
Name | Type |
---|---|
p1? | object | MdGeCSYSR |
p2? | number |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
Axis
▸ Axis(): MdGeAxis
Returns
Directrix
▸ Directrix(): MdGeAxis
Returns
Edge
▸ Edge(p1?
, p2?
): MdGeEdge
Parameters
Name | Type |
---|---|
p1? | number |
p2? | number |
Returns
Focal
▸ Focal(): number
Returns
number
Focus
▸ Focus(): MdGePoint
Returns
Location
▸ Location(): MdGePoint
Returns
MirrorByAxis
▸ MirrorByAxis(theA1
): void
Parameters
Name | Type |
---|---|
theA1 | MdGeAxis |
Returns
void
MirrorByCSYSR
▸ MirrorByCSYSR(theA2
): void
Parameters
Name | Type |
---|---|
theA2 | MdGeCSYSR |
Returns
void
MirrorByPoint
▸ MirrorByPoint(theP
): void
Parameters
Name | Type |
---|---|
theP | MdGePoint |
Returns
void
MirroredByAxis
▸ MirroredByAxis(theA1
): MdGeParab
Parameters
Name | Type |
---|---|
theA1 | MdGeAxis |
Returns
MirroredByCSYSR
▸ MirroredByCSYSR(theA2
): MdGeParab
Parameters
Name | Type |
---|---|
theA2 | MdGeCSYSR |
Returns
MirroredByPoint
▸ MirroredByPoint(theP
): MdGeParab
Parameters
Name | Type |
---|---|
theP | MdGePoint |
Returns
Parameter
▸ Parameter(): number
Returns
number
Position
▸ Position(): MdGeCSYSR
Returns
Rotate
▸ Rotate(theA1
, theAng
): void
Parameters
Name | Type |
---|---|
theA1 | MdGeAxis |
theAng | number |
Returns
void
Rotated
▸ Rotated(theA1
, theAng
): MdGeParab
Parameters
Name | Type |
---|---|
theA1 | MdGeAxis |
theAng | number |
Returns
Scale
▸ Scale(theP
, theS
): void
Parameters
Name | Type |
---|---|
theP | MdGePoint |
theS | number |
Returns
void
Scaled
▸ Scaled(theP
, theS
): MdGeParab
Parameters
Name | Type |
---|---|
theP | MdGePoint |
theS | number |
Returns
SetAxis
▸ SetAxis(theA1
): void
Parameters
Name | Type |
---|---|
theA1 | MdGeAxis |
Returns
void
SetFocal
▸ SetFocal(theFocal
): void
Parameters
Name | Type |
---|---|
theFocal | number |
Returns
void
SetLocation
▸ SetLocation(theP
): void
Parameters
Name | Type |
---|---|
theP | MdGePoint |
Returns
void
SetPosition
▸ SetPosition(theA2
): void
Parameters
Name | Type |
---|---|
theA2 | MdGeCSYSR |
Returns
void
Shape
▸ Shape(): MdGeShape
Returns
Transform
▸ Transform(theT
): void
Parameters
Name | Type |
---|---|
theT | MdGeTrsf |
Returns
void
Transformed
▸ Transformed(theT
): MdGeParab
Parameters
Name | Type |
---|---|
theT | MdGeTrsf |
Returns
TranslateBy2Points
▸ TranslateBy2Points(theP1
, theP2
): void
Parameters
Name | Type |
---|---|
theP1 | MdGePoint |
theP2 | MdGePoint |
Returns
void
TranslateByVec
▸ TranslateByVec(theV
): void
Parameters
Name | Type |
---|---|
theV | MdGeVec |
Returns
void
TranslatedBy2Points
▸ TranslatedBy2Points(theP1
, theP2
): MdGeParab
Parameters
Name | Type |
---|---|
theP1 | MdGePoint |
theP2 | MdGePoint |
Returns
TranslatedByVec
▸ TranslatedByVec(theV
): MdGeParab
Parameters
Name | Type |
---|---|
theV | MdGeVec |
Returns
Wire
▸ Wire(): MdGeWire
Returns
XAxis
▸ XAxis(): MdGeAxis
Returns
YAxis
▸ YAxis(): MdGeAxis
Returns
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void