Class ConvertToSheetmetalBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConvertToSheetmetalBuilder
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
public class ConvertToSheetmetalBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ConvertToSheetmetalBuilder()
Properties
Declaration
public ScCollector AdditionalFacesToConvert { get; }
Property Value
Declaration
public Face BaseFace { get; set; }
Property Value
Declaration
public Expression BendReliefDepth { get; }
Property Value
Declaration
public ConvertToSheetmetalBuilder.BendReliefTypeOptions BendReliefType { get; set; }
Property Value
Declaration
public Expression BendReliefWidth { get; }
Property Value
Declaration
public ConvertInputListItemBuilderList CornerList { get; }
Property Value
Declaration
public Face LocalBaseFace { get; set; }
Property Value
Declaration
public ScCollector LocalRegionFaces { get; }
Property Value
MaintainZeroBendRadius
Declaration
public bool MaintainZeroBendRadius { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Section RipSection { get; set; }
Property Value
Declaration
public SketchFeature Sketch { get; set; }
Property Value
Methods
Declaration
public ConvertInputListItemBuilder CreateConvertInputListItem()
Returns
Declaration
public Edge[] GetRipEdges()
Returns
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Expression.RightHandSide on the Expression object returned from Features.SheetMetal.ConvertToSheetmetalBuilder.BendReliefDepth instead.")]
public void SetBendReliefDepth(string bendReliefDepth)
Parameters
Type |
Name |
Description |
System.String |
bendReliefDepth |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Expression.RightHandSide on the Expression object returned from Features.SheetMetal.ConvertToSheetmetalBuilder.BendReliefWidth instead.")]
public void SetBendReliefWidth(string bendReliefWidth)
Parameters
Type |
Name |
Description |
System.String |
bendReliefWidth |
|
Declaration
public void SetRipEdges(Edge[] ripEdges)
Parameters
Type |
Name |
Description |
Edge[] |
ripEdges |
|
Declaration
public int ValidateBuilderData()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink