Creates a new container object which holds IfcFace handles processed from a Revit geometry object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2013
Syntax
| C# |
|---|
public static IFCGeometryInfo CreateFaceGeometryInfo(
double epsilon,
bool isCoarse
) |
| Visual Basic |
|---|
Public Shared Function CreateFaceGeometryInfo ( _
epsilon As Double, _
isCoarse As Boolean _
) As IFCGeometryInfo |
| Visual C++ |
|---|
public:
static IFCGeometryInfo^ CreateFaceGeometryInfo(
double epsilon,
bool isCoarse
) |
Parameters
- epsilon
- Type: System..::..Double
The epsilon value used to process surfaces.
- isCoarse
- Type: System..::..Boolean
Indicates whether we should use a coarse representation.
Return Value
The new geometry info container.
See Also