Class SketchPatternBuilder
Inheritance
System.Object
System.MarshalByRefObject
SketchPatternBuilder
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
Assembly: NXOpen.dll
Syntax
public class SketchPatternBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchPatternBuilder()
Declaration
protected SketchPatternBuilder()
Properties
CreateSpacingExp
Declaration
public bool CreateSpacingExp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LockOrientation
Declaration
public bool LockOrientation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PatternService
Declaration
public PatternDefinition PatternService { get; }
Property Value
Type | Description |
---|---|
PatternDefinition |
Section
Declaration
public Section Section { get; }
Property Value
Type | Description |
---|---|
Section |
Methods
EvaluatePattern()
Declaration
public void EvaluatePattern()
SetEndConstraint(NXObject, Int32, Boolean, Boolean)
Declaration
public void SetEndConstraint(NXObject parent, int inx, bool isStart, bool constraint)
Parameters
Type | Name | Description |
---|---|---|
NXObject | parent | |
System.Int32 | inx | |
System.Boolean | isStart | |
System.Boolean | constraint |
UpdateCenterPoint()
Declaration
public void UpdateCenterPoint()
UpdateCopies()
Declaration
public void UpdateCopies()
UpdateFromPoint()
Declaration
public void UpdateFromPoint()
UpdateInputSection()
Declaration
public void UpdateInputSection()
UpdateLinearDirectionObject()
Declaration
public void UpdateLinearDirectionObject()
UpdateRectangularDirectionObjects()
Declaration
public void UpdateRectangularDirectionObjects()
Implements
System.Runtime.Remoting.Messaging.IMessageSink