Secure Parts for Section Views
SD-INQ-SECURE-SECTION-FLAG [function]
(sd-inq-secure-section-flag part-or-workplane
- Description:
- Returns section behaviour inside views of the specified part /
workplane.
-
- Parameters:
-
- part {SEL_ITEM} - SEL_ITEM of a part / workplane to be
inquired
-
- Return Value:
-
- t - the part / workplane is secured for section views
- nil - the part / workplane is not secured for section
views
-
- Example:
-
(sd-inq-secure-section-flag (sd-inq-curr-part))
SD-SET-SECURE-SECTION-FLAG [function]
(sd-set-secure-section-flag part-or-workplane
:secure-section-flag secure-section-flag)
- Description:
-
Secures a part / workplane globally to be sectioned or not sectioned in
Annotation views.
- Parameters:
-
- part {SEL_ITEM} - The part / workplane to be modified.
- :secure-section-flag {{BOOLEAN [t]}}
- When the parameter is set to true the part / workplane will be
secured and not sectioned in Annotation views. When the parameter is
set to nil the part / workplane will be sectioned in Annotation
views.
-
- Return Value:
-
- t - modification was succesful
- nil - an error occured, a second return value gives an
advice about the error.
-
- Example:
-
(sd-set-secure-section-flag (sd-inq-curr-part) :SECURE-SECTION-FLAG T)
© 2024 Parametric
Technology GmbH
(a subsidiary of PTC Inc.), All Rights Reserved |