Matrix3D.create Method

Parent Object: Matrix3D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix3D.h>

Description

Creates a transient 3d matrix object. It is initialized as an identity matrix and is created statically using the Matrix3D.create method.

Syntax

This is a static method.

returnValue = adsk.core.Matrix3D.create()
This is a static method.

#include <Core/Geometry/Matrix3D.h>

returnValue = adsk::core::Matrix3D::create();

Return Value

Type Description
Matrix3D Returns the new matrix.

Samples

Name Description
moveFeatures.add Demonstrates the moveFeatures.add method.

Version

Introduced in version August 2014