SectionFormatProperties
Canonical path: NemAll_Python_BasisElements.SectionFormatProperties
Section format properties
Classes:
-
SurfaceElements_Enum
–Type of surface element
Methods:
-
__init__
–Overloaded function. See individual overloads.
Attributes:
-
CosiderTransparancy
(bool
) –Get the property for the transparancy
-
EliminationAngle
(float
) –Boundary angle from which the adjacent edges are eliminated
-
FixtureAsWireframe
(bool
) –Get the fixture as wireframe
-
IsEliminationOn
(bool
) –Whether to eliminate the adjacent edges
-
SurfaceElements
(SurfaceElements_Enum
) –Get the surface elements
CosiderTransparancy
property
writable
Get the property for the transparancy
EliminationAngle
property
writable
Boundary angle from which the adjacent edges are eliminated
SurfaceElements_Enum
Canonical path: NemAll_Python_BasisElements.SectionFormatProperties.SurfaceElements_Enum
Bases: Enum
Type of surface element
Methods:
-
__getitem__
–get the item for a key
__getitem__
__getitem__(key: str | int | float) -> SurfaceElements_Enum
get the item for a key
Parameters:
-
key
(str | int | float
) –value key
Returns:
-
SurfaceElements_Enum
–value for the key
Placeholder