Entity3dTransformBy Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public void TransformBy(
Matrix3d transform
)
Public Sub TransformBy (
transform As Matrix3d
)
public:
void TransformBy(
Matrix3d transform
)
member TransformBy :
transform : Matrix3d -> unit
Parameters
- transform
- Type: Teigha.GeometryMatrix3d
See Also