ComponentLightBoxImportBuilder Class Reference
Last update: 17.07.2025Represents a Component Light Box Import Builder. More...

Static Public Attributes | |
| str | AxisSystem = property(fget=__GetAxisSystem) |
| Gets the Axis System. | |
| str | CustomAxisSystem = property(fget=__GetCustomAxisSystem, fset=__SetCustomAxisSystem) |
| Gets or sets the property to activate or deactivate the use of a custom axis system. | |
| str | Password = property(fget=__GetPassword, fset=__SetPassword) |
| Gets or sets the password. | |
| str | PreviewMode = property(fget=__GetPreviewMode, fset=__SetPreviewMode) |
| Gets or sets the preview mode. | |
| str | SpeosLightBoxFilePath = property(fget=__GetSpeosLightBoxFilePath, fset=__SetSpeosLightBoxFilePath) |
| Gets or sets the Speos light box file path. | |
Static Public Attributes inherited from FeatureBuilder | |
| str | Feature = property(fget=__GetFeature) |
| Returns the feature being edited, or the created feature if the builder is being used in creation mode. | |
| str | FullName = property(fget=__GetFullName) |
| Gets the full name of the feature being edited. | |
| str | Name = property(fget=__GetName, fset=__SetName) |
| Gets or sets the name of the feature being edited. | |
| str | NameWithContext = property(fget=__GetNameWithContext) |
| Gets the name with context of the feature being edited. | |
Additional Inherited Members | |
Public Member Functions inherited from FeatureBuilder | |
| 'None' | Commit (self) |
| Commits any edits that have been applied to the builder. | |
| 'None' | ShowResult (self) |
| Updates the feature to reflect the result of an edit to the feature for all builders that support showing results. | |
Detailed Description
Represents a Component Light Box Import Builder.
The Component Light Box Import Builder creates or edits Component Light Box Import features.
To create a new instance of this class, use FeatureCollection.CreateComponentLightBoxImportBuilder.
Member Data Documentation
◆ AxisSystem
|
static |
Gets the Axis System.
Prerequisite: The CustomAxisSystem property must be True.
Value type: AxisSystem object.
◆ CustomAxisSystem
|
static |
Gets or sets the property to activate or deactivate the use of a custom axis system.
True: Enables custom axis system.
False: Disables custom axis system.
Value type: Boolean.
The default value is False.
◆ Password
|
static |
Gets or sets the password.
If the exported Light Box is encrypted. Enter the password.
Value type: String.
The default value is an empty file path (string).
◆ PreviewMode
|
static |
Gets or sets the preview mode.
The values are:
0 - Meshing.
1 - Bounding Box.
Value type: Integer.
The default value is 1.
◆ SpeosLightBoxFilePath
|
static |
Gets or sets the Speos light box file path.
Value type: String.
The default value is an empty file path (string).
The documentation for this class was generated from the following file:
- SpeosNX.py
Static Public Attributes inherited from