Scale3d Constructor (Double)
|
Initializes a new instance of the
Scale3d class
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public Scale3d(
double factor
)
Public Sub New (
factor As Double
)
public:
Scale3d(
double factor
)
new :
factor : float -> Scale3d
Parameters
- factor
- Type: SystemDouble
See Also