|
ShellSectionStateNormals Property
|
Gets or sets the normal vectors of the crossed faces.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<List<Vector3>> Normals { get; set; }Public Property Normals As List(Of List(Of Vector3))
Get
Set
public:
property List<List<Vector3>^>^ Normals {
List<List<Vector3>^>^ get ();
void set (List<List<Vector3>^>^ value);
}member Normals : List<List<Vector3>> with get, set
Property Value
Type:
ListListVector3
See Also