| Revit 2017 API |
| DirectShapeType..::..AppendShape Method |
| DirectShapeType Class See Also |
Overload List
| Name | Description | |
|---|---|---|
| AppendShape(IList<(Of <<'(GeometryObject>)>>)) |
Appends the collection of Geometry objects into the model shape representation stored in this DirectShape.
| |
| AppendShape(ShapeBuilder) |
Append shape built by the supplied ShapeBuilderObject to shape representation stored in this DirectShapeType.
The data stored in the supplied ShapeBuilder object will be cleared.
| |
| AppendShape(IList<(Of <<'(GeometryObject>)>>), DirectShapeTargetViewType) |
Appends the collection of Geometry objects into the model or view specific shape representation stored in this DirectShapeType.
Passing DirectShapeTargetViewType.Default as view type will cause the model shape to be updated.
|