2027 Method
Changes 0
M

Part.SetFaceOffset

Description:
Offsets the given part face in the direction that points out of the solid shape with the specified amount. Negative value will offset the face into the solid shape.
public void SetFaceOffset(
	Face face,
	double offset
)
  • face
    The face to offset.
  • Double
    offset
    The magnitude of the offset.
  • face does not belong to the part. -or- The face to be offset should be planar and satisfy constraints of its parent element
  • A non-optional argument was null