GeometryPushModelTransform(Matrix3d)
Method
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract bool PushModelTransform(
Matrix3d matrix
)
Public MustOverride Function PushModelTransform (
matrix As Matrix3d
) As Boolean
public:
virtual bool PushModelTransform(
Matrix3d matrix
) abstract
abstract PushModelTransform :
matrix : Matrix3d -> bool
Parameters
- matrix Matrix3d
-
Return Value
Boolean
See Also