Gets or sets if the matrix is defined in local coordinate.
Namespace: Aspose.ThreeDAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool IsLocal { get; set; }Public Property IsLocal As Boolean
Get
Set
public:
property bool IsLocal {
bool get ();
void set (bool value);
}member IsLocal : bool with get, set
Property Value
Type:
Booleantrue if this instance is local space; otherwise, false means global space.
See Also