Click or drag to resize

IGH_FieldElement Methods

The IGH_FieldElement type exposes the following members.

Methods
  NameDescription
Public methodDrawViewportMeshes
Implement this function to draw all shaded meshes. If the viewport does not support shading, this function will not be called.
(Inherited from IGH_PreviewData.)
Public methodDrawViewportWires
Implement this function to draw all wire and point previews.
(Inherited from IGH_PreviewData.)
Public methodDuplicate
Create an exact copy of this element.
Public methodForce
Compute the force at a given location.
Public methodIsCoincident
Computes whether the point can be considered coincident with the element.
Public methodRead
This method is called whenever the instance is required to deserialize itself.
(Inherited from GH_ISerializable.)
Public methodWrite
This method is called whenever the instance is required to serialize itself.
(Inherited from GH_ISerializable.)
Top
See Also