Class FeatureParmsBuilder
Inheritance
System.Object
System.MarshalByRefObject
FeatureParmsBuilder
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.ShipDesign
Assembly: NXOpen.dll
Syntax
public class FeatureParmsBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FeatureParmsBuilder()
Declaration
protected FeatureParmsBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OrientationAngleRule
Declaration
public FeatureParmsBuilder.OrientationAngleRuleTypes OrientationAngleRule { get; set; }
Property Value
Type | Description |
---|---|
FeatureParmsBuilder.OrientationAngleRuleTypes |
Methods
CreatePlaneForList()
Declaration
public PlaneListBuilder CreatePlaneForList()
Returns
Type | Description |
---|---|
PlaneListBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink