M_Rhino_Geometry_Morphs_TaperSpaceMorph__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a taper space morph.
Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public TaperSpaceMorph(
Point3d start,
Point3d end,
double startRadius,
double endRadius,
bool bFlat,
bool infiniteTaper
)
VB
Public Sub New (
start As Point3d,
end As Point3d,
startRadius As Double,
endRadius As Double,
bFlat As Boolean,
infiniteTaper As Boolean
)
- start
- Type: Rhino.Geometry.Point3d
Start of the taper axis. - end
- Type: Rhino.Geometry.Point3d
End of the taper axis. - startRadius
- Type: System.Double
Radius at start point. - endRadius
- Type: System.Double
Radius at end point. - bFlat
- Type: System.Boolean
If true, then a one-directional, one-dimensional taper is created. - infiniteTaper
- Type: System.Boolean
If false, the deformation takes place only the length of the axis. If true, the deformation happens throughout the object, even if the axis is shorter.
Supported in: 6.0.16224.21491, 5D58w