|
|
|
|
|
|
|
|
|
|
|
|
|
Part
|
|
|
Model
|
Block(iFrom,
iTo)
Returns a rectangular block defined by the two opposing points iFrom
and iTo. |
source code
|
|
|
Part
|
xCylinder(iInnerRadius,
iOuterRadius,
iBottomCenter,
iHeight)
Returns a cylinder whose axis is X-directed. |
source code
|
|
|
Part
|
yCylinder(iInnerRadius,
iOuterRadius,
iBottomCenter,
iHeight)
Returns a cylinder whose axis is Y-directed. |
source code
|
|
|
Part
|
zCylinder(iInnerRadius,
iOuterRadius,
iBottomCenter,
iHeight)
Returns a cylinder whose axis is Z-directed. |
source code
|
|
|
Part
|
xCylinderFaceted(iInnerRadius,
iOuterRadius,
iBottomCenter,
iHeight,
iDivisions=32)
Creates a regular polygonal prism with primary axis along the x-axis. |
source code
|
|
|
Part
|
yCylinderFaceted(iInnerRadius,
iOuterRadius,
iBottomCenter,
iHeight,
iDivisions=32)
Creates a regular polygonal prism with primary axis along the y-axis. |
source code
|
|
|
Part
|
zCylinderFaceted(iInnerRadius,
iOuterRadius,
iBottomCenter,
iHeight,
iDivisions=32)
Creates a regular polygonal prism with primary axis along the z-axis. |
source code
|
|
|
Part
|
|
|
Part
|
|
|
Part
|
|
|
Part
|
plateXY(iCenter,
iDeltaX,
iDeltaY)
plateXY(iCenter, iDeltaX, iDeltaY, iName) Returns a rectangular plate
parallel to the XY-plane. |
source code
|
|
|
Part
|
plateZX(iCenter,
iDeltaZ,
iDeltaX)
plateZX(iCenter, iDeltaZ, iDeltaX, iName) Returns a rectangular plate
parallel to the ZX-plane. |
source code
|
|
|
Part
|
plateYZ(iCenter,
iDeltaY,
iDeltaZ)
plateYZ(iCenter, iDeltaY, iDeltaZ, iName) Returns a rectangular plate
parallel to the YZ-plane. |
source code
|
|
|
Part
|
|
|
Part
|
QuadPlate(iPoint1,
iPoint2,
iPoint3,
iPoint4)
QuadPlate(iPoint1,iPoint2,iPoint3,iPoint4,iName) Returns a plate
defined by four points. |
source code
|
|
|
Part
|
PolyPlate(iPoint1=...,
iPoint2=...,
...)
PolyPlate([iPoint1, iPoint2, ...], iName) Returns a plate defined by
a polygon |
source code
|
|
|
Sketch
|
PolySketch(iPoint1=...,
iPoint2=...,
...)
PolySketch([iPoint1, iPoint2, ...], iName) Returns a sketch defined
by a polygon |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Part
|
|
|
|
|
|
list<Part>
|
|
|
None
|
|
|
None
|
|