Description:

Constructs a stretch space morph.

Syntax:
public StretchSpaceMorph(
Point3d start,
Point3d end,
double length
)
Parameters:
  • start
  • Type: Point3d
  • Start of stretch axis.
  • end
  • Type: Point3d
  • End of stretch axis.>
  • length
  • Type: double
  • Length of new stretch axis.
Available since:
5.9

Description:

Constructs a stretch space morph.

Syntax:
public StretchSpaceMorph(
Point3d start,
Point3d end,
Point3d point
)
Parameters:
  • start
  • Type: Point3d
  • Start of stretch axis.
  • end
  • Type: Point3d
  • End of stretch axis.>
  • point
  • Type: Point3d
  • End of new stretch axis.
Available since:
5.9

StretchSpaceMorph constructor

Class:  Rhino.Geometry.Morphs.StretchSpaceMorph

Nothing found