Class DrawnCutoutBuilder
Inheritance
System.Object
System.MarshalByRefObject
DrawnCutoutBuilder
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 DrawnCutoutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected DrawnCutoutBuilder()
Properties
Declaration
public Expression CornerRadius { get; }
Property Value
Declaration
public Expression CutoutDepth { get; }
Property Value
Declaration
public DrawnCutoutBuilder.DepthTypeOptions DepthType { get; set; }
Property Value
Declaration
public bool FilletSectionCorners { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IncludeRounding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Expression MinimumToolClearance { get; }
Property Value
Declaration
public Expression RadiusOfDie { get; }
Property Value
Declaration
public Section Section { get; set; }
Property Value
Declaration
public DrawnCutoutBuilder.SectionSideOptions SectionSide { get; set; }
Property Value
Declaration
public Expression SideAngle { get; }
Property Value
Declaration
public DrawnCutoutBuilder.SidewallTypeOptions SidewallType { get; set; }
Property Value
Declaration
public SketchFeature Sketch { get; set; }
Property Value
Methods
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DrawnCutoutBuilder.CornerRadius instead.")]
public void SetCornerRadius(string cornerRadius)
Parameters
Type |
Name |
Description |
System.String |
cornerRadius |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DrawnCutoutBuilder.CutoutDepth instead.")]
public void SetCutoutDepth(string depth)
Parameters
Type |
Name |
Description |
System.String |
depth |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DrawnCutoutBuilder.RadiusOfDie instead.")]
public void SetRadiusOfDie(string dieRadius)
Parameters
Type |
Name |
Description |
System.String |
dieRadius |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DrawnCutoutBuilder.SideAngle instead.")]
public void SetSideAngle(string sideAngle)
Parameters
Type |
Name |
Description |
System.String |
sideAngle |
|
Declaration
public int ValidateBuilderData()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink