Class OffsetPath
Assembly: NXOpen.dll
Syntax
public class OffsetPath : NXObject, IMessageSink, IPath, INXObject
Constructors
OffsetPath()
Declaration
Properties
BendRadius
Declaration
public double BendRadius { get; set; }
Property Value
BendRatio
Declaration
public double BendRatio { get; set; }
Property Value
ControlPointEnd
Declaration
public ControlPoint ControlPointEnd { get; set; }
Property Value
ControlPointStart
Declaration
public ControlPoint ControlPointStart { get; set; }
Property Value
CopyCornerFlag
Declaration
public bool CopyCornerFlag { get; set; }
Property Value
IsMaster
Declaration
public bool IsMaster { get; set; }
Property Value
IsSlave
Declaration
public bool IsSlave { get; set; }
Property Value
MaintainStockFlag
Declaration
public bool MaintainStockFlag { get; set; }
Property Value
OffsetVector
Declaration
public Vector3d OffsetVector { get; set; }
Property Value
UseBendRatio
Declaration
public bool UseBendRatio { get; set; }
Property Value
Methods
AddSegmentsToList(ISegment[])
Declaration
public void AddSegmentsToList(ISegment[] objs)
Parameters
DelSegmentsFromList(ISegment[])
Declaration
public void DelSegmentsFromList(ISegment[] objs)
Parameters
GetMasterPath()
Declaration
public IPath GetMasterPath()
Returns
GetOffsetPathSegments()
Declaration
public ISegment[] GetOffsetPathSegments()
Returns
GetOffsetPaths()
Declaration
public IPath[] GetOffsetPaths()
Returns
GetOffsetReferenceAxes(out Point3d, out Vector3d, out Vector3d)
Declaration
public void GetOffsetReferenceAxes(out Point3d orgin, out Vector3d xVector, out Vector3d yVector)
Parameters
GetSegmentList()
Declaration
public ISegment[] GetSegmentList()
Returns
RemovePathAssociativityFromParent()
Declaration
public void RemovePathAssociativityFromParent()
Declaration
public void RemovePathAssociativityToImmediateChildren()
SetMasterPath(IPath)
Declaration
public void SetMasterPath(IPath masterPath)
Parameters
Type |
Name |
Description |
IPath |
masterPath |
|
SetOffsetPathSegments(ISegment[])
Declaration
public void SetOffsetPathSegments(ISegment[] segments)
Parameters
Type |
Name |
Description |
ISegment[] |
segments |
|
SetOffsetReferenceAxes(Point3d, Vector3d, Vector3d)
Declaration
public void SetOffsetReferenceAxes(Point3d orgin, Vector3d xVector, Vector3d yVector)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink