Class SketchMakeRelationBuilder
Inheritance
System.Object
System.MarshalByRefObject
SketchMakeRelationBuilder
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 SketchMakeRelationBuilder : SketchOperationBuilder, IMessageSink, IComponentBuilder
Constructors
SketchMakeRelationBuilder()
Declaration
protected SketchMakeRelationBuilder()
Properties
LockObjects
Declaration
public SelectNXObjectList LockObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
LockPoints
Declaration
public SelectNXObjectList LockPoints { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
MotionObjects
Declaration
public SelectNXObjectList MotionObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
MotionPoints
Declaration
public SelectNXObjectList MotionPoints { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
StationaryObject
Declaration
public SelectNXObject StationaryObject { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Methods
ClearCurrentOperation()
Declaration
public void ClearCurrentOperation()
SetCreateConstraints(Boolean)
Declaration
public void SetCreateConstraints(bool createConstaints)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | createConstaints |
Implements
System.Runtime.Remoting.Messaging.IMessageSink