Click or drag to resize

BrepVariationalPatchResult Class

This result contains additional information about the patch generation: warnings and errors and the continuity achieved.
Inheritance Hierarchy
SystemObject
  Rhino.GeometryBrepVariationalPatchResult

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

The BrepVariationalPatchResult type exposes the following members.

Constructors
  NameDescription
Public methodBrepVariationalPatchResult
Initializes a new instance of the BrepVariationalPatchResult class
Top
Properties
  NameDescription
Public propertyError
Errors generated during patch generation. If no result is obtained, this error can give more information about what went wrong.
Public propertyG0
This value will be not-null if any positional (G0) constraints were used. It will be true if those constraints were met within the positional tolerance.
Public propertyG0Int
This value will be not-null if any internal constraints were used. It will be true if those constraints were met within the internal positional tolerance.
Public propertyG1
This value will be not-null if any tangential (G1) constraints were used. It will be true if those constraints were met within the angle tolerance.
Public propertyG2
This value will be not-null if any curvature (G2) constraints were used. It will be true if those constraints were met within the curvature relative and zero tolerances.
Public propertyWarning
Warnings generated during patch generation
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