Class NormalCutoutBuilder
Inheritance
System.Object
System.MarshalByRefObject
NormalCutoutBuilder
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.SheetMetal
Assembly: NXOpen.dll
Syntax
public class NormalCutoutBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder
Constructors
NormalCutoutBuilder()
Declaration
protected NormalCutoutBuilder()
Properties
CutType
Declaration
public NormalCutoutBuilder.CutTypeOptions CutType { get; set; }
Property Value
Type | Description |
---|---|
NormalCutoutBuilder.CutTypeOptions |
Depth
Declaration
public Expression Depth { get; }
Property Value
Type | Description |
---|---|
Expression |
DepthSide
Declaration
public NormalCutoutBuilder.DepthSideOptions DepthSide { get; set; }
Property Value
Type | Description |
---|---|
NormalCutoutBuilder.DepthSideOptions |
DepthType
Declaration
public NormalCutoutBuilder.DepthTypeOptions DepthType { get; set; }
Property Value
Type | Description |
---|---|
NormalCutoutBuilder.DepthTypeOptions |
From
Declaration
public ISurface From { get; set; }
Property Value
Type | Description |
---|---|
ISurface |
Section
Declaration
public Section Section { get; set; }
Property Value
Type | Description |
---|---|
Section |
SectionSide
Declaration
public NormalCutoutBuilder.SectionSideOptions SectionSide { get; set; }
Property Value
Type | Description |
---|---|
NormalCutoutBuilder.SectionSideOptions |
Sketch
Declaration
public SketchFeature Sketch { get; set; }
Property Value
Type | Description |
---|---|
SketchFeature |
TargetBody
Declaration
public Body TargetBody { get; set; }
Property Value
Type | Description |
---|---|
Body |
To
Declaration
public ISurface To { get; set; }
Property Value
Type | Description |
---|---|
ISurface |
Type
Declaration
public NormalCutoutBuilder.TypeOptions Type { get; set; }
Property Value
Type | Description |
---|---|
NormalCutoutBuilder.TypeOptions |
Methods
SetDepth(String)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.NormalCutoutBuilder.Depth instead.")]
public void SetDepth(string depth)
Parameters
Type | Name | Description |
---|---|---|
System.String | depth |
ValidateBuilderData()
Declaration
public int ValidateBuilderData()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink