Class CircularCrossSection
Inheritance
System.Object
System.MarshalByRefObject
CircularCrossSection
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class CircularCrossSection : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CircularCrossSection()
Declaration
protected CircularCrossSection()
Properties
LawControl
Declaration
public LawBuilder LawControl { get; }
Property Value
Type | Description |
---|---|
LawBuilder |
Radius
Declaration
public Expression Radius { get; }
Property Value
Type | Description |
---|---|
Expression |
RadiusOption
Declaration
public RadiusMethod RadiusOption { get; set; }
Property Value
Type | Description |
---|---|
RadiusMethod |
Methods
SetLawControlConstantRadius(String)
Declaration
public void SetLawControlConstantRadius(string radius)
Parameters
Type | Name | Description |
---|---|---|
System.String | radius |
SetLawControlEndRadius(String)
Declaration
public void SetLawControlEndRadius(string radius)
Parameters
Type | Name | Description |
---|---|---|
System.String | radius |
SetLawControlStartRadius(String)
Declaration
public void SetLawControlStartRadius(string radius)
Parameters
Type | Name | Description |
---|---|---|
System.String | radius |
SetRadius(String)
Declaration
[Obsolete("Deprecated in NX9.0.0. To set the value of the expression modify the expression directly using GeometricUtilities.CircularCrossSection.Radius and Expression.RightHandSide.")]
public void SetRadius(string radius)
Parameters
Type | Name | Description |
---|---|---|
System.String | radius |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink