RebarShapeMultiplanarDefinition.SetPresenceOfSegments
Method
Description:
Simultaneously set the presence of all 3D segments.
Simultaneously set the presence of all 3D segments.
Syntax
public void SetPresenceOfSegments(
bool isDuplicateShapePresent,
bool isStartConnectorPresent,
bool isEndConnectorPresent
)
Parameters
Parameter | Type | Description |
---|---|---|
isDuplicateShapePresent | Boolean | |
isStartConnectorPresent | Boolean | |
isEndConnectorPresent | Boolean |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentsInconsistentException | The shape is disconnected or forms a complete loop: If the duplicate shape is present, exactly one of the connectors must be present. |