Class WexBimMeshFace
Inheritance
System.Object
WexBimMeshFace
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public class WexBimMeshFace
Properties
| Improve this Doc View SourceByteSize
Declaration
public int ByteSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Indices
Declaration
public IEnumerable<int> Indices { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |
IsPlanar
Declaration
public bool IsPlanar { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Normals
Declaration
public IEnumerable<XbimVector3D> Normals { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<XbimVector3D> |
TriangleCount
Declaration
public int TriangleCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceNormalAt(Int32)
returns the normal for a specific point at a specific index on the face
Declaration
public XbimVector3D NormalAt(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
XbimVector3D |