Frame
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpFrame |
| Module | cenpylib.CENPyOlpFrame |
| Package | cenpylib |
| Release | R2026.1 |
| Methods | 3 |
Quick Start
# Boilerplate Example
frame = ... # obtained from the runtime context
result = frame.GetName()Method Index
| Method | Returns | Summary |
|---|---|---|
GetName | str | Get the name of the frame. |
GetMatrix | CENPyOlpMatrix | Get the matrix of the frame. |
GetWorldMatrix | CENPyOlpMatrix | Get the world matrix of the frame. |
Query Methods
GetName
def GetName() -> strGet the name of the frame.
Returns: str — Frame name.
GetMatrix
def GetMatrix() -> CENPyOlpMatrixGet the matrix of the frame.
Returns: CENPyOlpMatrix — Frame matrix.
GetWorldMatrix
def GetWorldMatrix() -> CENPyOlpMatrixGet the world matrix of the frame.
Returns: CENPyOlpMatrix — Frame world matrix.
Related Types
Version Notes
This class is documented as of release R2026.1.1.
Was this page helpful?