title: Page Properties description: @brief Wrapper for page properties of elementplan
PageProperties
Canonical path: NemAll_Python_Precast.PageProperties
@brief Wrapper for page properties of elementplan
Methods:
-
__init__
–Overloaded function. See individual overloads.
Attributes:
-
FixedScale
(float
) –Get the Fixed scaleof the page
-
Label
(str
) –Get the Label of the page
-
ScaleType
(int
) –Get the Scale type of the page
-
SizeType
(int
) –Get the Size type of the page
__init__
overloaded
@brief Creates a helper to fill python palette for UVS Elementplan @param label Label of the page @param sizeType Size type of the page (Fixed | AutomaticSelection) @param scaleType Scale type of the page (ScaleAutomaticSelection | ScaleFixed | MaximumSize) @param fixedScale Fixed scale
__init__(element: PageProperties)
Placeholder