Class DimpleBuilder
Inheritance
System.Object
System.MarshalByRefObject
DimpleBuilder
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 DimpleBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected DimpleBuilder()
Properties
Declaration
public DimpleBuilder.DepthTypeOptions DepthType { get; set; }
Property Value
Declaration
public DimpleBuilder.DimensionTypeOptions DimensionType { 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 Section Section { get; set; }
Property Value
Declaration
public DimpleBuilder.SectionSideOptions SectionSide { get; set; }
Property Value
Declaration
public DimpleBuilder.SidewallTypeOptions SidewallType { get; set; }
Property Value
Declaration
public SketchFeature Sketch { get; set; }
Property Value
Methods
Declaration
public Expression GetDepth()
Returns
Declaration
public Expression GetDieRadius()
Returns
Declaration
public Expression GetFilletRadius()
Returns
Declaration
public Expression GetPunchRadius()
Returns
Declaration
public Expression GetTaperAngle()
Returns
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DimpleBuilder.GetDepth instead.")]
public void SetDepth(string extent)
Parameters
Type |
Name |
Description |
System.String |
extent |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DimpleBuilder.GetDieRadius instead.")]
public void SetDieRadius(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.DimpleBuilder.GetFilletRadius instead.")]
public void SetFilletRadius(string filletRadius)
Parameters
Type |
Name |
Description |
System.String |
filletRadius |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DimpleBuilder.GetPunchRadius instead.")]
public void SetPunchRadius(string punchRadius)
Parameters
Type |
Name |
Description |
System.String |
punchRadius |
|
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DimpleBuilder.GetTaperAngle instead.")]
public void SetTaperAngle(string taperAngle)
Parameters
Type |
Name |
Description |
System.String |
taperAngle |
|
Declaration
public int ValidateBuilderData()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink