<Code Lib>
2025 Method
Changes 4
M

ExternallyTaggedNonBReps.CanAddExternallyTaggedNonBRep

Description:
Checks if the input geometry could be added to this collection or not.
Remarks:
Duplicate ExternalGeometryIds are prohibited.

public bool CanAddExternallyTaggedNonBRep(
	ExternallyTaggedNonBRep geometry
)

Return Value Boolean True if we can add the input geometry to this collection, false otherwise.

Loading…