Class ProcessPatterning
Inheritance
System.Object
System.MarshalByRefObject
ProcessPatterning
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)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class ProcessPatterning : BaseBuilder, IMessageSink, IComponentBuilder
Constructors
ProcessPatterning()
Declaration
protected ProcessPatterning()
Properties
DirectionPatternType
Declaration
public ProcessPatterning.DirectionPatternTypes DirectionPatternType { get; set; }
Property Value
Type | Description |
---|---|
ProcessPatterning.DirectionPatternTypes |
DirectionVector
Declaration
public Direction DirectionVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Feature
Declaration
public PatternFeature Feature { get; set; }
Property Value
Type | Description |
---|---|
PatternFeature |
OptimizationType
Declaration
public ProcessPatterning.OptimizationTypes OptimizationType { get; set; }
Property Value
Type | Description |
---|---|
ProcessPatterning.OptimizationTypes |
OutputForSubroutines
Declaration
public bool OutputForSubroutines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PatternMcs
Declaration
public bool PatternMcs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Reload()
Declaration
public void Reload()
Reorder()
Declaration
public void Reorder()
Reverse()
Declaration
public void Reverse()
Implements
System.Runtime.Remoting.Messaging.IMessageSink