Skip to Content

Frame

Quick Facts

PropertyValue
ClassCENPyOlpFrame
Modulecenpylib.CENPyOlpFrame
Packagecenpylib
ReleaseR2026.1
Methods3

Quick Start

# Boilerplate Example frame = ... # obtained from the runtime context result = frame.GetName()

Method Index

MethodReturnsSummary
GetNamestrGet the name of the frame.
GetMatrixCENPyOlpMatrixGet the matrix of the frame.
GetWorldMatrixCENPyOlpMatrixGet the world matrix of the frame.

Query Methods

GetName

def GetName() -> str

Get the name of the frame.

Returns: str — Frame name.

GetMatrix

def GetMatrix() -> CENPyOlpMatrix

Get the matrix of the frame.

Returns: CENPyOlpMatrix — Frame matrix.

GetWorldMatrix

def GetWorldMatrix() -> CENPyOlpMatrix

Get the world matrix of the frame.

Returns: CENPyOlpMatrix — Frame world matrix.

Version Notes

This class is documented as of release R2026.1.1.

Was this page helpful?