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

Public Member Functions | |
| Add (self, tag) | |
| Adds a face. | |
| Remove (self, tag) | |
| Removes a face. | |
| Clear (self) | |
| Clear all faces. | |
| SetDirection (self, tag, value) | |
| Sets a direction for a certain face. | |
| RevertFace (self, tag) | |
| Reverts a face. | |
Properties | |
| Faces = property(fget = __GetFaces, fset = __SetFaces) | |
| Gets or sets the faces. | |
Detailed Description
Builder for emissive faces of a surface source.
Member Function Documentation
◆ Add()
| Add | ( | self, | |
| tag ) |
Adds a face.
The Add function takes a feature tag.
- Parameters
-
[in] tag Integer.
- Returns
- Void.
◆ Clear()
| Clear | ( | self | ) |
Clear all faces.
- Returns
- Void.
◆ Remove()
| Remove | ( | self, | |
| tag ) |
Removes a face.
The Remove function takes a feature tag.
- Parameters
-
[in] tag Integer.
- Returns
- Void.
◆ RevertFace()
| RevertFace | ( | self, | |
| tag ) |
Reverts a face.
The RevertFace function takes a feature tag.
- Parameters
-
[in] tag : Integer.
- Returns
- Void.
◆ SetDirection()
| SetDirection | ( | self, | |
| tag, | |||
| value ) |
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.
Property Documentation
◆ 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.py