<Code Lib>
2025.3 Method
Changes 0
M

RebarShapeMultiplanarDefinition.SetPresenceOfSegments

Description:
Simultaneously set the presence of all 3D segments.

public void SetPresenceOfSegments(
	bool isDuplicateShapePresent,
	bool isStartConnectorPresent,
	bool isEndConnectorPresent
)

  • Boolean
    isDuplicateShapePresent
  • Boolean
    isStartConnectorPresent
  • Boolean
    isEndConnectorPresent

  • The shape is disconnected or forms a complete loop: If the duplicate shape is present, exactly one of the connectors must be present.

Loading…