PolyfaceMeshVertexLocation Property
|
Gets or sets the polyface mesh vertex
location.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 Location { get; set; }
Public Property Location As Vector3
Get
Set
public:
property Vector3 Location {
Vector3 get ();
void set (Vector3 value);
}
member Location : Vector3 with get, set
PROPERTY Location AS Vector3 GET SET
Property Value
Type:
Vector3See Also