SensorLightFieldSelections Class Reference
Last update: 16.07.2025Builder for emissive faces of a surface source. More...
Inheritance diagram for SensorLightFieldSelections:

Public Member Functions | |
| 'None' | Add (self, tag) |
| Adds a face. | |
| 'None' | Remove (self, tag) |
| Removes a face. | |
| 'None' | Clear (self) |
| Clear all faces. | |
| 'None' | RevertFace (self, tag) |
| Reverts a face. | |
Static Public Attributes | |
| str | Direction = property(fset=__SetDirection) |
| Sets a direction for a certain face. | |
| str | Faces = property(fget=__GetFaces, fset=__SetFaces) |
| Gets or sets the faces. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Detailed Description
Builder for emissive faces of a surface source.
Member Function Documentation
◆ Add()
| 'None' Add | ( | self, | |
| tag ) |
Adds a face.
The Add function takes a feature tag.
- Parameters
-
[in] tag Integer.
- Returns
- Void.
◆ Clear()
| 'None' Clear | ( | self | ) |
Clear all faces.
- Returns
- Void.
◆ Remove()
| 'None' Remove | ( | self, | |
| tag ) |
Removes a face.
The Remove function takes a feature tag.
- Parameters
-
[in] tag Integer.
- Returns
- Void.
◆ RevertFace()
| 'None' RevertFace | ( | self, | |
| tag ) |
Reverts a face.
The RevertFace function takes a feature tag.
- Parameters
-
[in] tag : Integer.
- Returns
- Void.
Member Data Documentation
◆ Direction
|
static |
Sets a direction for a certain face.
The SetDirection function takes a feature tag as the first parameter.
The function changes the direction of a face.
The reverse direction depends of the value parameter:
0 - Does not reverse the direction.
1 - Reverses the direction.
- Parameters
-
[in] tag : Integer. [in] value : Integer.
- Returns
- Void.
◆ Faces
|
static |
Gets or sets the faces.
The Faces property takes a list of feature tag and returns a list of feature tag.
Value type: List of integer.
The default value is an empty list.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py