|
RhinoMeshNormals Property
|
[Missing <summary> documentation for "P:Karamba.GHopper.Geometry.RhinoMesh.Normals"]
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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