Description:

Offsets a face including trim information to create a new brep.

Syntax:
public static Brep CreateFromOffsetFace(
BrepFace face,
Double offsetDistance,
Double offsetTolerance,
Boolean bothSides,
Boolean createSolid
)
Parameters:
  • offsetDistance
  • Type: System.Double
  • An offset distance.
  • offsetTolerance
  • Type: System.Double
  • Use 0.0 to make a loose offset. Otherwise, the document's absolute tolerance is usually sufficient.
  • bothSides
  • Type: System.Boolean
  • When true, offset to both sides of the input face.
  • createSolid
  • Type: System.Boolean
  • When true, make a solid object.
Returns:
Type: Brep
A new brep if successful. The brep can be disjoint if bothSides is True and createSolid is false, or if createSolid is True and connecting the offsets with side surfaces fails. None if unsuccessful.
Available since:
5.0

/
/
/
CreateFromOffsetFace

CreateFromOffsetFace method

Class:  Rhino.Geometry.Brep

Nothing found