IntelliCAD 11.1 Object Library
Library Object Members
See Also  Overview 

Public Methods

Public Method AddVectorsAdds two vectors.
Public Method ApplyMatrixApplies the matrix to a point.
Public Method CalculateDistanceCalculates the distance between two user specified points.
Public Method ComposeMatrixComposes the results of two matrices matrix1 and matrix2 into the resulting matrix.
Public Method ConvertArrayToMatrixConverts an array of doubles to a Matrix object.
Public Method ConvertArrayToPointConverts an array of doubles to a Point object.
Public Method ConvertArrayToPointsConverts an array of doubles to a collection of points.
Public Method ConvertArrayToVectorConverts an array of doubles to a Vector object.
Public Method ConvertMatrixToArrayConverts a Matrix object to an array of doubles.
Public Method ConvertPointsToArrayConverts a Points Collection object to an array of doubles.
Public Method ConvertPointToArrayConverts a Point object to an array of doubles.
Public Method ConvertVectorToArrayConverts a Vector object to an array of doubles.
Public Method CreateColorCreates a new color.
Public Method CreateIdentityMatrixReturns an identity matrix.
Public Method CreateMirrorMatrixReturns the resulting matrix object with a reflection along the x, y, or z.
Public Method CreatePointCreates a new Point object.
Public Method CreatePointsCreates a new, empty Points Collection object.
Public Method CreateRotationMatrixReturns a matrix equivalent to a rotation of angle radians about an axis specified by two points.
Public Method CreateScaleMatrixReturns the resulting matrix object scaled about the x, y, or z axes.
Public Method CreateTranslationMatrixReturns the resulting matrix object with a translation of x, y, and z along the axes.
Public Method CreateVectorReturns a Vector object based on (X2-X1), Y2-Y1), (Z2-Z1). X1,Y1,Z1 default to 0,0,0.
Public Method DistanceBetweenVectorsCalculates the distance between two vectors.
Public Method InvertMatrixFinds the inverse of the matrix.
Public Method SubtractVectorsSubtracts two vectors (Vector1 - Vector2).
Public Method VectorCrossProductCalculates the cross product of two vectors (Vector1 X Vector2).
Public Method VectorDotProductCalculates the dot product of two vectors.
Public Method VectorLengthCalculates the length of a vector.
Public Method VectorScalarMultiplyMultiplies a vector with a scalar value.
Public Method VectorUnitizeMakes a vector into a Unit vector.

Public Properties

Public Property ApplicationReturns the Application object.
Public Property ParentReturns the database item's parent object.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.