|
Edge3ShellMeshVectorA Property
|
Gets the position of starting vertex.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3 VectorA { get; }
Public ReadOnly Property VectorA As Vector3
Get
public:
property Vector3 VectorA {
Vector3 get ();
}
member VectorA : Vector3 with get
Property Value
Type:
Vector3
See Also