SensorPhysicalCameraBuilder Class Reference
Last update: 16.07.2025Represents a Sensor Physical Camera builder. More...

Static Public Attributes | |
| str | AxisSystem = property(fget=__GetAxisSystem) |
| Gets the Axis System of the Sensor. | |
| str | LightBoxFilePath = property(fget=__GetLightBoxFilePath, fset=__SetLightBoxFilePath) |
| Gets or sets the property light box file path. | |
| str | LightBoxPassword = property(fset=__SetLightBoxPassword) |
| Sets the Light Box file password. | |
| str | NumberOfSequences = property(fget=__GetNumberOfSequences, fset=__SetNumberOfSequences) |
| Gets or sets the number of sequences. | |
| str | PreviewMode = property(fget=__GetPreviewMode, fset=__SetPreviewMode) |
| Gets or sets the preview mode. | |
| str | RayTracerType = property(fget=__GetRayTracerType, fset=__SetRayTracerType) |
| Gets or sets the ray tracer type. | |
| str | Sensor = property(fget=__GetSensor, fset=__SetSensor) |
| Gets or sets the irradiance sensor. | |
| str | SequenceFilePath = property(fget=__GetSequenceFilePath, fset=__SetSequenceFilePath) |
| Gets or sets the property sequence file path. | |
| str | UseSequenceFile = property(fget=__GetUseSequenceFile, fset=__SetUseSequenceFile) |
| Gets or sets the property to enable the use of a sequence file. | |
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. | |
| str | Status = property(fget=__GetStatus) |
| Returns the status of the feature being edited. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from FeatureBuilder | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from Builder | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Additional Inherited Members | |
Public Member Functions inherited from FeatureBuilder | |
| 'None' | ShowResult (self) |
| Updates the feature to reflect the result of an edit to the feature for all builders that support showing results. | |
Public Member Functions inherited from Builder | |
| 'None' | Commit (self) |
| Commits any edits that have been applied to the builder. | |
Detailed Description
Represents a Sensor Physical Camera builder.
The Sensor Physical Camera builder is used to create and edit Sensor Physical Camera features.
To create a new instance of this class, use FeatureCollection::CreateSensorPhysicalCameraBuilder
Member Data Documentation
◆ AxisSystem
|
static |
Gets the Axis System of the Sensor.
Value type: AxisSystem object.
◆ LightBoxFilePath
|
static |
Gets or sets the property light box file path.
Value type: String.
The default value is an empty file path (string).
◆ LightBoxPassword
|
static |
Sets the Light Box file password.
Value type: String.
The default value is an empty string.
◆ NumberOfSequences
|
static |
Gets or sets the number of sequences.
Value type: Integer.
Range: The value must be superior to 0.
The default value is 10.
◆ PreviewMode
|
static |
Gets or sets the preview mode.
The values are:
0 - Meshing.
1 - BoundingBox.
Value type: Integer.
The default value is Meshing (0).
◆ RayTracerType
|
static |
Gets or sets the ray tracer type.
The values are:
0 - Double.
1 - Single.
Value type: Integer.
The default value is Double.
◆ Sensor
|
static |
Gets or sets the irradiance sensor.
The Sensor property takes and returns a Tag from an irradiance.
Value type: Integer.
The default value is 0.
◆ SequenceFilePath
|
static |
Gets or sets the property sequence file path.
Prerequisite: The UseSequenceFile property must be True.
Value type: String.
The default value is an empty file path (string).
◆ UseSequenceFile
|
static |
Gets or sets the property to enable the use of a sequence file.
True: Enables Sequence File.
False: Disables Sequence File.
Value type: Boolean.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py
Static Public Attributes inherited from