mxcad API 文档 / 3d / MdGeLoft
Class: MdGeLoft
3d.MdGeLoft
表示放样
Hierarchy
↳
MdGeLoft
Table of contents
Constructors
Properties
Methods
- AddVertex
- AddWire
- CheckCompatibility
- Continuity
- FirstShape
- GeneratedFace
- Init
- IsMutableInput
- LastShape
- MaxDegree
- SetContinuity
- SetMaxDegree
- SetMutableInput
- SetSmoothing
- Shape
- UseSmoothing
- getImp
- initTempObject
Constructors
constructor
• new MdGeLoft(p1?
, p2?
, p3?
)
Parameters
Name | Type |
---|---|
p1? | boolean | object |
p2? | boolean |
p3? | number |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
AddVertex
▸ AddVertex(aVertex
): void
Parameters
Name | Type |
---|---|
aVertex | MdGeVertex |
Returns
void
AddWire
▸ AddWire(wire
): void
Parameters
Name | Type |
---|---|
wire | MdGeWire |
Returns
void
CheckCompatibility
▸ CheckCompatibility(check?
): void
Parameters
Name | Type |
---|---|
check? | boolean |
Returns
void
Continuity
▸ Continuity(): MxGAShapeEnum
Returns
FirstShape
▸ FirstShape(): MdGeShape
Returns
GeneratedFace
▸ GeneratedFace(Edge
): MdGeShape
Parameters
Name | Type |
---|---|
Edge | MdGeShape |
Returns
Init
▸ Init(isSolid?
, ruled?
, pres3d?
): void
Parameters
Name | Type |
---|---|
isSolid? | boolean |
ruled? | boolean |
pres3d? | number |
Returns
void
IsMutableInput
▸ IsMutableInput(): boolean
Returns
boolean
LastShape
▸ LastShape(): MdGeShape
Returns
MaxDegree
▸ MaxDegree(): number
Returns
number
SetContinuity
▸ SetContinuity(C
): void
Parameters
Name | Type |
---|---|
C | MxGAShapeEnum |
Returns
void
SetMaxDegree
▸ SetMaxDegree(MaxDeg
): void
Parameters
Name | Type |
---|---|
MaxDeg | number |
Returns
void
SetMutableInput
▸ SetMutableInput(theIsMutableInput
): void
Parameters
Name | Type |
---|---|
theIsMutableInput | boolean |
Returns
void
SetSmoothing
▸ SetSmoothing(UseSmoothing
): void
Parameters
Name | Type |
---|---|
UseSmoothing | boolean |
Returns
void
Shape
▸ Shape(): MdGeShape
Returns
UseSmoothing
▸ UseSmoothing(): boolean
Returns
boolean
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void