Skip to main content

Speos NX library 2025 R1

SensorPhysicalCameraBuilder Class Reference

Last update: 17.07.2025

Represents a Sensor Physical Camera builder. More...

Inheritance diagram for SensorPhysicalCameraBuilder:
FeatureBuilder_object

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(fget=__GetLightBoxPassword, fset=__SetLightBoxPassword)
 Gets or 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.
 
- 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 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

str AxisSystem = property(fget=__GetAxisSystem)
static

Gets the Axis System of the Sensor.

Value type: AxisSystem object.

◆ LightBoxFilePath

str LightBoxFilePath = property(fget=__GetLightBoxFilePath, fset=__SetLightBoxFilePath)
static

Gets or sets the property light box file path.

Value type: String.

The default value is an empty file path (string).

◆ LightBoxPassword

str LightBoxPassword = property(fget=__GetLightBoxPassword, fset=__SetLightBoxPassword)
static

Gets or sets the Light Box file password.

Value type: String.

The default value is an empty string.

◆ NumberOfSequences

str NumberOfSequences = property(fget=__GetNumberOfSequences, fset=__SetNumberOfSequences)
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

str PreviewMode = property(fget=__GetPreviewMode, fset=__SetPreviewMode)
static

Gets or sets the preview mode.

The values are:
0 - Meshing.
1 - BoundingBox.

Value type: Integer.

The default value is Meshing (0).

◆ RayTracerType

str RayTracerType = property(fget=__GetRayTracerType, fset=__SetRayTracerType)
static

Gets or sets the ray tracer type.

The values are:
0 - Double.
1 - Single.

Value type: Integer.

The default value is Double.

◆ Sensor

str Sensor = property(fget=__GetSensor, fset=__SetSensor)
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

str SequenceFilePath = property(fget=__GetSequenceFilePath, fset=__SetSequenceFilePath)
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).


The documentation for this class was generated from the following file:
  • SpeosNX.py

Connect with Ansys