2027 Method
Changes 0
M

DisplacementPath.SetAnchorPoint

Description:
Sets the reference that determines the origin of this DisplacementPath.
public void SetAnchorPoint(
	DisplacementElement displacementElement,
	Reference reference,
	double param
)
  • displacementElement
    The element id of a DisplacementElement.
  • reference
    A reference of an edge or a curve in the GRep of the element corresponding to elemId.
  • Double
    param
    An parameter used to specify a point on the edge.
  • The value param should lie in the range [0,1]. -or- reference does not represent an edge or curve belonging to an element displaced by displacementElement.
  • A non-optional argument was null