Method CreateRevolvedSilhouette
CreateRevolvedSilhouette(SmartShape, SmartAxis3D, bool)
Creates the revolved silhouette of a shape.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 100)]
ElementId CreateRevolvedSilhouette(SmartShape inShape, SmartAxis3D inAxis, bool inMerge)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartShape | inShape | Identifier of the shape to analyze. |
| SmartAxis3D | inAxis | Identifier of the revolution axis. |
| bool | inMerge | Tells whether the silhouette must be merged. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the revolved silhouette operation. |
Remarks
StartModification(ElementId) must be called before calling this method.
This method must be called inside a Building Operation.
This method is available since v7.15.400.100.