Click or drag to resize

Edge3ShellMesh Class

Represents an edge of a ffeb.ShellMesh.
Inheritance Hierarchy
SystemObject
  Karamba.GeometryEdge3ShellMesh

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class Edge3ShellMesh

The Edge3ShellMesh type exposes the following members.

Constructors
  NameDescription
Public methodEdge3ShellMesh
Initializes a new instance of the Edge3ShellMesh class. create an edge of a mesh via two vertex indexes.
Top
Properties
  NameDescription
Public propertyA
Gets the index of starting vertex.
Public propertyB
Gets the index of end vertex.
Public propertyVectorA
Gets the position of starting vertex.
Public propertyVectorB
Gets the position of end vertex.
Top
Methods
  NameDescription
Public methodChangeEdge(Int32, Int32)
Change the referenced edge, still belonging to the same feb.ShellMesh.
Public methodChangeEdge(Int32, Int32, Vector3, Vector3)
Change the referenced edge, still belonging to the same feb.ShellMesh.
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpposite
Return edge with reverted direction.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also