2021 Members
Changes 4
M

IFCGeometryInfo

Name Return Type Description Inherited From
M CreateCurveGeometryInfo(ExporterIFC, Transform, XYZ, Boolean) IFCGeometryInfo Creates a new container object which holds IfcCurve handles processed from a Revit geometry object.
M CreateFaceGeometryInfo(Double) IFCGeometryInfo Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
M CreateFaceGeometryInfo(Double, Boolean) IFCGeometryInfo Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
M CreateFaceGeometryInfo(ExporterIFC, Plane, XYZ, Double, Boolean) IFCGeometryInfo Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
M CreateSurfaceGeometryInfo(Double) IFCGeometryInfo Creates a new container object which holds IfcSurface handles processed from a Revit geometry object.
M Dispose() None Releases all resources used by the IFCGeometryInfo
M Equals None (Inherited from Object .) Object .
M GetCurves() IList<IFCAnyHandle> Gets the IfcCurve handles created representing the processed geometry and stored in this object.
M GetFaces() IList<ICollection<IFCAnyHandle>> Gets the IfcFace handles created representing the processed geometry and stored in this object.
M GetHashCode None (Inherited from Object .) Object .
M GetRepresentations() ICollection<IFCAnyHandle> Gets the representation handles created representing the processed geometry and stored in this object.
M GetSurfaces() ICollection<IFCAnyHandle> Gets the IfcSurface handles created representing the processed geometry and stored in this object.
M GetType None (Inherited from Object .) Object .
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.