ReferencePlaneID
Canonical path: NemAll_Python_ArchElements.ReferencePlaneID
struct for handling reference plane IDs
IsDefaultLowerPlane
Find out if reference plane is default lower reference plane
Returns:
-
bool
–true if ref plane is default lower ref plane
IsDefaultUpperPlane
Find out if reference plane is default upper reference plane
Returns:
-
bool
–true if ref plane is default upper ref plane
IsDocumentRefSurface
Find out if reference surface is from document
Returns:
-
bool
–true is reference surface from document (not in model)
IsInModel
Find out if reference plane is in model
Returns:
-
bool
–true if ref plane is in model
__eq__
__eq__(other: ReferencePlaneID) -> bool
Equal operator
Parameters:
-
other
(ReferencePlaneID
) –Reference plane ID to compare
Returns:
-
bool
–Reference plane IDs are equal
__init__
overloaded
__lt__
__lt__(other: ReferencePlaneID) -> bool
Less operator
Parameters:
-
other
(ReferencePlaneID
) –Reference plane ID to compare
Returns:
-
bool
–Reference plane is lees then other
__ne__
__ne__(other: ReferencePlaneID) -> bool
Unequal operator
Parameters:
-
other
(ReferencePlaneID
) –Reference plane ID to compare
Returns:
-
bool
–Reference plane IDs are not equal