Properties_T_Rhino_Geometry_Morphs_TwistSpaceMorph - mcneel/rhinocommon-api-docs GitHub Wiki

TwistSpaceMorph Properties

The TwistSpaceMorph type exposes the following members.

Properties

 

Name Description
Public property InfiniteTwist If true, the deformation is constant throughout the object, even if the axis is shorter than the object. If false, the deformation takes place only the length of the axis.
Public property PreserveStructure true if the morph should be done in a way that preserves the structure of the geometry. In particular, for NURBS objects, true means that only the control points are moved. The PreserveStructure value does not affect the way meshes and points are morphed. The default is false. (Inherited from SpaceMorph.)
Public property QuickPreview true if the morph should be done as quickly as possible because the result is being used for some type of dynamic preview. If QuickPreview is true, the tolerance may be ignored. The QuickPreview value does not affect the way meshes and points are morphed. The default is false. (Inherited from SpaceMorph.)
Public property Tolerance The desired accuracy of the morph. This value is primarily used for deforming surfaces and breps. The default is 0.0 and any value <= 0.0 is ignored by morphing functions. The Tolerance value does not affect the way meshes and points are morphed. (Inherited from SpaceMorph.)
Public property TwistAngleRadians Twist angle in radians.
Public property TwistAxis Axis to rotate about.
  Back to Top

See Also

Reference

TwistSpaceMorph Class
Rhino.Geometry.Morphs Namespace

⚠️ **GitHub.com Fallback** ⚠️