Class EditStockBuilder
Inheritance
System.Object
System.MarshalByRefObject
EditStockBuilder
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.Features.StructureDesign
Assembly: NXOpen.dll
Syntax
public class EditStockBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
EditStockBuilder()
Declaration
protected EditStockBuilder()
Properties
AlternateOrigin
Declaration
public int AlternateOrigin { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EnableTransform
Declaration
public bool EnableTransform { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EndLimit
Declaration
public Expression EndLimit { get; }
Property Value
Type | Description |
---|---|
Expression |
Member
Declaration
public SelectTaggedObjectList Member { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
RotateAngle
Declaration
public Expression RotateAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
StartLimit
Declaration
public Expression StartLimit { get; }
Property Value
Type | Description |
---|---|
Expression |
StockData
Declaration
public FeatureSpreadsheetBuilder StockData { get; }
Property Value
Type | Description |
---|---|
FeatureSpreadsheetBuilder |
XOffset
Declaration
public Expression XOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
YOffset
Declaration
public Expression YOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
FlipX()
Declaration
public void FlipX()
FlipY()
Declaration
public void FlipY()
UpdateStockInformation(NXObject)
Declaration
public void UpdateStockInformation(NXObject member)
Parameters
Type | Name | Description |
---|---|---|
NXObject | member |
Implements
System.Runtime.Remoting.Messaging.IMessageSink