Click or drag to resize

VivinityMesh Class

Encapsulates vicinity tests involving meshes.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.GeometryVivinityMesh

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
[SerializableAttribute]
public class VivinityMesh

The VivinityMesh type exposes the following members.

Constructors
Methods
  NameDescription
Public methodClosestPoint
Search for closest point on model-mesh and corresponding normal vector when given an arbitrary point. A fe-model needs to exist before this function gives correct results.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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 methodHasClosestPoint
Determine whether there exists a closest point to any mesh whose distance to the test_point is smaller or equal than limit_dist.
Public methodIntersectionLine
constructs a line that intersects the shell mesh of a model from a point close to the model.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also