Class LouverBuilder
Inheritance
System.Object
System.MarshalByRefObject
LouverBuilder
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 LouverBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
LouverBuilder()
Declaration
protected LouverBuilder()
Properties
Depth
Declaration
public Expression Depth { get; }
Property Value
Type | Description |
---|---|
Expression |
DepthSide
Declaration
public LouverBuilder.DepthSideOptions DepthSide { get; set; }
Property Value
Type | Description |
---|---|
LouverBuilder.DepthSideOptions |
DieRadius
Declaration
public Expression DieRadius { get; }
Property Value
Type | Description |
---|---|
Expression |
EndType
Declaration
public LouverBuilder.EndTypeOptions EndType { get; set; }
Property Value
Type | Description |
---|---|
LouverBuilder.EndTypeOptions |
IncludeRounding
Declaration
public bool IncludeRounding { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinimumToolClearance
Declaration
public Expression MinimumToolClearance { get; }
Property Value
Type | Description |
---|---|
Expression |
Section
Declaration
public Section Section { get; set; }
Property Value
Type | Description |
---|---|
Section |
SectionSide
Declaration
public LouverBuilder.SectionSideOptions SectionSide { get; set; }
Property Value
Type | Description |
---|---|
LouverBuilder.SectionSideOptions |
Sketch
Declaration
public SketchFeature Sketch { get; set; }
Property Value
Type | Description |
---|---|
SketchFeature |
Width
Declaration
public Expression Width { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
SetDepth(String)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.LouverBuilder.Depth instead.")]
public void SetDepth(string depth)
Parameters
Type | Name | Description |
---|---|---|
System.String | depth |
SetDieRadius(String)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.LouverBuilder.DieRadius instead.")]
public void SetDieRadius(string dieRadius)
Parameters
Type | Name | Description |
---|---|---|
System.String | dieRadius |
SetWidth(String)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.LouverBuilder.Width instead.")]
public void SetWidth(string width)
Parameters
Type | Name | Description |
---|---|---|
System.String | width |
ValidateBuilderData()
Declaration
public int ValidateBuilderData()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink