Click or drag to resize

BrepVariationalPatchSettings Class

Settings for the variational patch creation
Inheritance Hierarchy
SystemObject
  Rhino.GeometryBrepVariationalPatchSettings

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class VariationalPatchSettings

The BrepVariationalPatchSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAngleToleranceRadians
Tolerance for normal (G1) constraints
Public propertyBending
Bending to apply (default 0.3)
Public propertyCurvatureRelativeTolerance
Relative curvature (G2) tolerance between curvature values that are both not smaller than CurvatureZeroTolerance.
Public propertyCurvatureZeroTolerance
Curvature value considered to be zero.
Public propertyDegreeU
Surface degree in U-direction
Public propertyDegreeV
Surface degree in V-direction
Public propertyDomain
The domain creation option
Public propertyInitialSurface
The initial surface to use (default: null). The initial surface may not be rational.
Public propertyInternalTolerance
Tolerance for positional (G0int) constraints on internal curves
Public propertyMaxRefinements
The maximum number of refinements to apply (default 5).
Public propertyPreserveEdges
When an initial surface has been set, use PreserveEdges to fix the surface boundary.
Public propertyRocBending
Rate-of-change in bending to apply (default 0.7)
Public propertySpanCountU
Number of spans in U-direction
Public propertySpanCountV
Number of spans in V-direction
Public propertyStretching
Stretching to apply (default 0, better not change)
Public propertyTolerance
Tolerance for positional (G0) constraints on edges
Public propertyUVRotation
The rotation angle of the UV domain
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also