Class ProfileSystemBuilder
Inheritance
System.Object
System.MarshalByRefObject
ProfileSystemBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Type |
Description |
System.Boolean |
|
BoundaryReverse
Declaration
public bool BoundaryReverse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BoundaryTwoModified
Declaration
public bool BoundaryTwoModified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FirstIntersectionPoints
Declaration
public SelectPointList FirstIntersectionPoints { get; }
Property Value
ReversePathDirection
Declaration
public bool ReversePathDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Boolean |
|
Methods
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 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink