Sensor3DEnergyDensityBuilder Class Reference
Last update: 17.07.2025Represents the builder for a 3D energy density sensor. More...

Static Public Attributes | |
| str | AxisSystem = property(fget=__GetAxisSystem) |
| Gets the axis system. | |
| str | SensorFilter = property(fget=__GetSensorFilter) |
| Gets the sensor filter. | |
| str | Type = property(fget=__GetType, fset=__SetType) |
| Gets or sets the sensor type. | |
| str | XSampling = property(fget=__GetXSampling, fset=__SetXSampling) |
| Gets or sets the X sampling. | |
| str | XSize = property(fget=__GetXSize, fset=__SetXSize) |
| Gets or sets the X size. | |
| str | YSampling = property(fget=__GetYSampling, fset=__SetYSampling) |
| Gets or sets the Y sampling. | |
| str | YSize = property(fget=__GetYSize, fset=__SetYSize) |
| Gets or sets the Y size. | |
| str | ZSampling = property(fget=__GetZSampling, fset=__SetZSampling) |
| Gets or sets the Z sampling. | |
| str | ZSize = property(fget=__GetZSize, fset=__SetZSize) |
| Gets or sets the Z size. | |
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 the builder for a 3D energy density sensor.
The 3D energy density sensor builder is used to create and edit 3D energy density sensor features.
To create a new instance of this class, use FeatureCollection::CreateSensor3DEnergyDensityBuilder
Member Data Documentation
◆ AxisSystem
|
static |
Gets the axis system.
Value type: AxisSystem object.
◆ SensorFilter
|
static |
Gets the sensor filter.
Value type: SensorFilter object.
◆ Type
|
static |
Gets or sets the sensor type.
The values are:
0 - Photometric. The sensor considers the visible spectrum.
1 - Radiometric. The sensor considers the entire spectrum.
Value type: Integer.
The default value is 0.
◆ XSampling
|
static |
Gets or sets the X sampling.
Value type: Integer.
Range The value must be superior to 0.
The default value is 100.
◆ XSize
|
static |
Gets or sets the X size.
Value type: Double (in mm).
Range The value must be superior to 0.0.
The default value is 50.0 mm.
◆ YSampling
|
static |
Gets or sets the Y sampling.
Value type: Integer.
Range The value must be superior to 0.
The default value is 100.
◆ YSize
|
static |
Gets or sets the Y size.
Value type: Double (in mm).
Range The value must be superior to 0.0.
The default value is 50.0 mm.
◆ ZSampling
|
static |
Gets or sets the Z sampling.
Value type: Integer.
Range The value must be superior to 0.
The default value is 100.
◆ ZSize
|
static |
Gets or sets the Z size.
Value type: Double (in mm).
Range The value must be superior to 0.0.
The default value is 50.0 mm.
The documentation for this class was generated from the following file:
- SpeosNX.py
Static Public Attributes inherited from