Interface IIfcTriangulatedFaceSet
Readonly interface for IfcTriangulatedFaceSet
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTriangulatedFaceSet : IIfcTessellatedFaceSet, IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Closed
Declaration
IfcBoolean? Closed { get; set; }
Property Value
|
Improve this Doc
View Source
CoordIndex
Declaration
IItemSet<IItemSet<IfcPositiveInteger>> CoordIndex { get; }
Property Value
|
Improve this Doc
View Source
Normals
Declaration
IItemSet<IItemSet<IfcParameterValue>> Normals { get; }
Property Value
|
Improve this Doc
View Source
NumberOfTriangles
Declaration
IfcInteger NumberOfTriangles { get; }
Property Value
|
Improve this Doc
View Source
PnIndex
Declaration
IItemSet<IfcPositiveInteger> PnIndex { get; }
Property Value