Click or drag to resize

BrepPointConstraint Class

Constrain the result to go through a point
Inheritance Hierarchy
SystemObject
  Rhino.GeometryBrepPointConstraint

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

The BrepPointConstraint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPoint
Location of the constraint
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