|
ShellSec_LocalAxesRendererOrigins Property
|
Gets or sets the origin of the coordinate system.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<Point3> Origins { get; set; }
Public Property Origins As List(Of Point3)
Get
Set
public:
property List<Point3>^ Origins {
List<Point3>^ get ();
void set (List<Point3>^ value);
}
member Origins : List<Point3> with get, set
Property Value
Type:
ListPoint3
See Also