Method | Description | |
---|---|---|
CreateCenterbasedBox ( XYZ center, double edgelength ) : Solid |
Create a centerbased box
|
|
CreateCenterbasedCylinder ( XYZ center, double bottomradius, double height, CylinderDirection cylinderdirection ) : Solid |
Create a centerbased cylinder, only on X, Y, Z three axes forward direction
|
|
CreateCenterbasedSphere ( XYZ center, double radius ) : Solid |
Create a centerbased sphere
|
|
getInstance ( Autodesk app ) : |
Get the singleton instance of GeometryCreation
|
Method | Description | |
---|---|---|
CreateBlend ( CurveLoop firstLoop, CurveLoop secondLoop, List |
Create a blend geometry
|
|
CreateExtrusion ( List |
Create an extrusion geometry
|
|
CreateRevolved ( Autodesk coordinateFrame, List |
Create a revolved geometry
|
|
CreateSwept ( CurveLoop sweepPath, int pathAttachmentCrvIdx, double pathAttachmentParam, List |
Create a swept geometry
|
|
CreateSweptBlend ( Curve pathCurve, List |
Create a swept and blend geometry
|
|
GeometryCreation ( Autodesk app ) : System |
Constructor
|
public CreateCenterbasedBox ( XYZ center, double edgelength ) : Solid | ||
center | XYZ | The given box center |
edgelength | double | The given box's edge length |
return | Solid |
public CreateCenterbasedCylinder ( XYZ center, double bottomradius, double height, CylinderDirection cylinderdirection ) : Solid | ||
center | XYZ | The given cylinder center |
bottomradius | double | The given cylinder's bottom radius |
height | double | The given cylinder's height |
cylinderdirection | CylinderDirection | Cylinder's extrusion direction |
return | Solid |
public CreateCenterbasedSphere ( XYZ center, double radius ) : Solid | ||
center | XYZ | The given sphere center |
radius | double | The given sphere's radius |
return | Solid |
public static getInstance ( Autodesk app ) : |
||
app | Autodesk | Revit application |
return |