BRepBuilderSurfaceGeometry.Create
Description:
Construct BRepBuilderSurfaceGeometry based on a permitted Revit Surface, including Plane and CylSurf.
Construct BRepBuilderSurfaceGeometry based on a permitted Revit Surface, including Plane and CylSurf.
public static BRepBuilderSurfaceGeometry Create(
Surface surface,
BoundingBoxUV surfaceEnvelope
)
-
surfaceThe Revit surface defining the geometry. This BRepBuilderSurfaceGeometry stores a copy of the input surface.
-
surfaceEnvelopeEnvelope of the surface in the uv parametric domain. Defines the domain of interest for the created surface. This is typically used to identify the domain of the face that references the surface in question. Expected to either be null or define a valid domain.
Return Value
BRepBuilderSurfaceGeometry
-
A surface of this type can not be used as a part of the geometry generated by BRepBuilder.
-
A non-optional argument was NULL