Class LawExtensionBuilder
Inheritance
LawExtensionBuilder
Assembly: NXOpen.dll
Syntax
public class LawExtensionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
LawExtensionBuilder()
Declaration
protected LawExtensionBuilder()
Properties
AngleLaw
Declaration
public LawBuilder AngleLaw { get; }
Property Value
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
BaseProfile
Declaration
public Section BaseProfile { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Faces
Declaration
public ScCollector Faces { get; }
Property Value
IsReferenceFaceNormalReversed
Declaration
public bool IsReferenceFaceNormalReversed { get; set; }
Property Value
LengthLaw
Declaration
public LawBuilder LengthLaw { get; }
Property Value
MergeFacesIfPossible
Declaration
public bool MergeFacesIfPossible { get; set; }
Property Value
OppositeSideExtensionOption
Declaration
public LawExtensionBuilder.OppositeSideExtensionOptions OppositeSideExtensionOption { get; set; }
Property Value
OppositeSideLengthLaw
Declaration
public LawBuilder OppositeSideLengthLaw { get; }
Property Value
Rebuild
Declaration
public Rebuild Rebuild { get; }
Property Value
Spine
Declaration
public Section Spine { get; }
Property Value
Type
Declaration
public LawExtensionBuilder.Types Type { get; set; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink