Class ProfileSystemBuilder
Inheritance
ProfileSystemBuilder
Assembly: NXOpen.dll
Syntax
public class ProfileSystemBuilder : FeatureParmsBuilder, IMessageSink, IComponentBuilder
Constructors
ProfileSystemBuilder()
Declaration
protected ProfileSystemBuilder()
Properties
Boundary1
Declaration
public SelectNXObjectList Boundary1 { get; }
Property Value
Boundary1Plane
Declaration
public Plane Boundary1Plane { get; set; }
Property Value
Boundary2
Declaration
public SelectNXObjectList Boundary2 { get; }
Property Value
Boundary2Plane
Declaration
public Plane Boundary2Plane { get; set; }
Property Value
BoundaryOneModified
Declaration
public bool BoundaryOneModified { get; set; }
Property Value
BoundaryReverse
Declaration
public bool BoundaryReverse { get; set; }
Property Value
BoundaryTwoModified
Declaration
public bool BoundaryTwoModified { get; set; }
Property Value
FirstIntersectionPoints
Declaration
public SelectPointList FirstIntersectionPoints { get; }
Property Value
ReversePathDirection
Declaration
public bool ReversePathDirection { get; set; }
Property Value
SecondIntersectionPoints
Declaration
public SelectPointList SecondIntersectionPoints { get; }
Property Value
SplitKnuckleLocations
Declaration
public SelectPointList SplitKnuckleLocations { get; }
Property Value
UseNewDefaultSectionAlgorithm
Declaration
public bool UseNewDefaultSectionAlgorithm { get; set; }
Property Value
Methods
CreatOrientationPathCurve()
Declaration
public void CreatOrientationPathCurve()
CreatePathCurves(out NXObject[])
Declaration
public void CreatePathCurves(out NXObject[] curves)
Parameters
DeleteLastPathCurves()
Declaration
public void DeleteLastPathCurves()
DeletePathCurves()
Declaration
public void DeletePathCurves()
GetLastPathCurves(out NXObject[])
Declaration
public void GetLastPathCurves(out NXObject[] curves)
Parameters
SetBoundaryOnePoints(Point3d[])
Declaration
public void SetBoundaryOnePoints(Point3d[] points)
Parameters
Type |
Name |
Description |
Point3d[] |
points |
|
SetBoundaryTwoPoints(Point3d[])
Declaration
public void SetBoundaryTwoPoints(Point3d[] points)
Parameters
Type |
Name |
Description |
Point3d[] |
points |
|
SetRegionPoints(Point3d[])
Declaration
public void SetRegionPoints(Point3d[] points)
Parameters
Type |
Name |
Description |
Point3d[] |
points |
|
UpdateEndcutChangeStatus(bool, bool, bool)
Declaration
public void UpdateEndcutChangeStatus(bool isChangeStart, bool isChangeEnd, bool isAllInBoudary)
Parameters
Type |
Name |
Description |
bool |
isChangeStart |
|
bool |
isChangeEnd |
|
bool |
isAllInBoudary |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink