|
RhinoBrepVertexLocation Property
|
position of the vertex.
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic Point3 Location { get; }
Public ReadOnly Property Location As Point3
Get
public:
virtual property Point3 Location {
Point3 get () sealed;
}
abstract Location : Point3 with get
override Location : Point3 with get
Property Value
Type:
Point3Implements
IBrepVertexLocation
See Also