|
Vertexpos Property
|
return the position of the vertex
Namespace:
Karamba.Utilities.KMesh
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vec3d pos { get; }
Public ReadOnly Property pos As Vec3d
Get
public:
property Vec3d^ pos {
Vec3d^ get ();
}
member pos : Vec3d with get
Property Value
Type:
Vec3d
See Also