|
RhinoMeshNormals Property
|
[Missing <summary> documentation for "P:Karamba.GHopper.Geometry.RhinoMesh.Normals"]
Namespace:
Karamba.GHopper.Geometry
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic IReadOnlyList<Vector3> Normals { get; }
Public ReadOnly Property Normals As IReadOnlyList(Of Vector3)
Get
public:
virtual property IReadOnlyList<Vector3>^ Normals {
IReadOnlyList<Vector3>^ get () sealed;
}
abstract Normals : IReadOnlyList<Vector3> with get
override Normals : IReadOnlyList<Vector3> with get
Property Value
Type:
IReadOnlyListVector3Implements
IReadonlyMeshNormals
See Also