SectionAlongPathGeneralSectionProperties
Canonical path: NemAll_Python_BasisElements.SectionAlongPathGeneralSectionProperties
General section properties
ElevationSpecifications
property
writable
ElevationSpecifications: SectionAlongPathElevationSpecifications
Get the SectionAlongPathElevationSpecifications
FormatProperties
property
writable
FormatProperties: SectionAlongPathFormatProperties
Get the SectionAlongPathFormatProperties
LabelingStripSetting
property
writable
LabelingStripSetting: SectionAlongPathLabelingStripSetting
Get the SectionAlongPathLabelingStripSetting
SectionLabelingProperties
property
writable
SectionLabelingProperties: SectionAlongPathSectionLabelingProperties
Get the SectionAlongPathSectionLabelingProperties
SectionViewProperties
property
writable
SectionViewProperties: SectionAlongPathSectionViewProperties
Get the SectionAlongPathSectionViewProperties
GetOffset
GetOffset() -> tuple[bool, float, float]
Get offset
Returns:
-
tuple[bool, float, float]
–tuple(true if it was read from 55th element, X coordinate of section's left bottom corner, Y coordinate of section's left bottom corner)
SetOffset
Set offset
Parameters:
-
dOffset_X
(float
) –X coordinate of section's left bottom corner
-
dOffset_Y
(float
) –Y coordinate of section's left bottom corner
__init__
overloaded
constructor
Parameters:
-
bInitFromSTW
(bool
, default:False
) –- is structure initialized from standard values
__init__(B: SectionAlongPathGeneralSectionProperties)
Placeholder