Method GetLocalTransformation
GetLocalTransformation(GfMatrix4d, out bool, UsdTimeCode)
Declaration
public bool GetLocalTransformation(GfMatrix4d transform, out bool resetsXformStack, UsdTimeCode time)
Parameters
Type | Name | Description |
---|---|---|
GfMatrix4d | transform | |
bool | resetsXformStack | |
UsdTimeCode | time |
Returns
Type | Description |
---|---|
bool |
GetLocalTransformation(GfMatrix4d, out bool)
Declaration
public bool GetLocalTransformation(GfMatrix4d transform, out bool resetsXformStack)
Parameters
Type | Name | Description |
---|---|---|
GfMatrix4d | transform | |
bool | resetsXformStack |
Returns
Type | Description |
---|---|
bool |
GetLocalTransformation(GfMatrix4d, out bool, UsdGeomXformOpVector, UsdTimeCode)
Declaration
public bool GetLocalTransformation(GfMatrix4d transform, out bool resetsXformStack, UsdGeomXformOpVector ops, UsdTimeCode time)
Parameters
Type | Name | Description |
---|---|---|
GfMatrix4d | transform | |
bool | resetsXformStack | |
UsdGeomXformOpVector | ops | |
UsdTimeCode | time |
Returns
Type | Description |
---|---|
bool |
GetLocalTransformation(GfMatrix4d, out bool, UsdGeomXformOpVector)
Declaration
public bool GetLocalTransformation(GfMatrix4d transform, out bool resetsXformStack, UsdGeomXformOpVector ops)
Parameters
Type | Name | Description |
---|---|---|
GfMatrix4d | transform | |
bool | resetsXformStack | |
UsdGeomXformOpVector | ops |
Returns
Type | Description |
---|---|
bool |
GetLocalTransformation(GfMatrix4d, UsdGeomXformOpVector, UsdTimeCode)
Declaration
public static bool GetLocalTransformation(GfMatrix4d transform, UsdGeomXformOpVector ops, UsdTimeCode time)
Parameters
Type | Name | Description |
---|---|---|
GfMatrix4d | transform | |
UsdGeomXformOpVector | ops | |
UsdTimeCode | time |
Returns
Type | Description |
---|---|
bool |