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