Click or drag to resize

VariationalPatchResult Properties

The BrepVariationalPatchResult type exposes the following members.

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
See Also