Class ThroatChildBuilder
Inheritance
System.Object
System.MarshalByRefObject
ThroatChildBuilder
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
Syntax
public class ThroatChildBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ThroatChildBuilder()
Declaration
protected ThroatChildBuilder()
Properties
BuildStatus
Declaration
public DieBuildStatusOption BuildStatus { get; }
Property Value
CavityDepth
Declaration
public Expression CavityDepth { get; }
Property Value
CavityOffset
Declaration
public Expression CavityOffset { get; }
Property Value
DesignStatus
Declaration
public bool DesignStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayStatus
Declaration
public bool DisplayStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExtensionLength
Declaration
public Expression ExtensionLength { get; }
Property Value
LowerRadius
Declaration
public Expression LowerRadius { get; }
Property Value
Radius
Declaration
public double Radius { get; set; }
Property Value
Type |
Description |
System.Double |
|
SectionPlacement
Declaration
public Expression SectionPlacement { get; }
Property Value
Step
Declaration
public double Step { get; set; }
Property Value
Type |
Description |
System.Double |
|
StepDistance
Declaration
public Expression StepDistance { get; }
Property Value
UpperRadius
Declaration
public Expression UpperRadius { get; }
Property Value
Methods
GetCavityAttributes(out String, out String, out Int32)
Declaration
public void GetCavityAttributes(out string title, out string value, out int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
GetExtensionAttributes(out String, out String, out Int32)
Declaration
public void GetExtensionAttributes(out string title, out string value, out int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
SetCavityAttributes(String, String, Int32)
Declaration
public void SetCavityAttributes(string title, string value, int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
SetCavityDepth(String)
Declaration
public void SetCavityDepth(string cavityDepth)
Parameters
Type |
Name |
Description |
System.String |
cavityDepth |
|
SetCavityOffset(String)
Declaration
public void SetCavityOffset(string cavityOffset)
Parameters
Type |
Name |
Description |
System.String |
cavityOffset |
|
SetExtensionAttributes(String, String, Int32)
Declaration
public void SetExtensionAttributes(string title, string value, int color)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
System.Int32 |
color |
|
SetExtensionLength(String)
Declaration
public void SetExtensionLength(string extensionLength)
Parameters
Type |
Name |
Description |
System.String |
extensionLength |
|
SetLowerRadius(String)
Declaration
public void SetLowerRadius(string lowerRadius)
Parameters
Type |
Name |
Description |
System.String |
lowerRadius |
|
SetSectionPlacement(String)
Declaration
public void SetSectionPlacement(string sectionPlacement)
Parameters
Type |
Name |
Description |
System.String |
sectionPlacement |
|
SetStepDistance(String)
Declaration
public void SetStepDistance(string stepDistance)
Parameters
Type |
Name |
Description |
System.String |
stepDistance |
|
SetUpperRadius(String)
Declaration
public void SetUpperRadius(string upperRadius)
Parameters
Type |
Name |
Description |
System.String |
upperRadius |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink