Class FlowBlendBuilder
Inheritance
FlowBlendBuilder
Assembly: NXOpen.dll
Syntax
public class FlowBlendBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FlowBlendBuilder()
Declaration
protected FlowBlendBuilder()
Properties
ControlPoint
Declaration
public VariableRadiusPointsBuilderList ControlPoint { get; }
Property Value
EdgeToBlend
Declaration
public ScCollector EdgeToBlend { get; }
Property Value
Patch
Declaration
public bool Patch { get; set; }
Property Value
SmoothRange
Declaration
public SmoothRangeBuilderList SmoothRange { get; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Trim
Declaration
[Obsolete("Deprecated in NX10.0.1. This functionality is no longer supported.")]
public bool Trim { get; set; }
Property Value
Declaration
public bool TrimInputFacesToExtendedRail { get; set; }
Property Value
Methods
NewControlPoint()
Declaration
public VariableRadiusPointsBuilder NewControlPoint()
Returns
NewSmoothRange()
Declaration
public SmoothRangeBuilder NewSmoothRange()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink