|
Segment3Start Property
|
Gets or sets the start position.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3 Start { get; set; }
Public Property Start As Vector3
Get
Set
public:
property Vector3 Start {
Vector3 get ();
void set (Vector3 value);
}
member Start : Vector3 with get, set
Property Value
Type:
Vector3
See Also