Class EndcapBuilder
Inheritance
EndcapBuilder
Assembly: NXOpen.dll
Syntax
public class EndcapBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
EndcapBuilder()
Declaration
protected EndcapBuilder()
Properties
Chamfer
Declaration
public bool Chamfer { get; set; }
Property Value
ChamferLength
Declaration
public Expression ChamferLength { get; }
Property Value
ContextAttribute
Declaration
public ContextAttributeBuilder ContextAttribute { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
EndCapName
Declaration
public string EndCapName { get; set; }
Property Value
EnumCornerTreatmentType
Declaration
public EndcapBuilder.CornerTreatmentTypes EnumCornerTreatmentType { get; set; }
Property Value
Member
Declaration
public ScCollector Member { get; }
Property Value
Offset
Declaration
public Expression Offset { get; }
Property Value
OffsetRatio
Declaration
public double OffsetRatio { get; set; }
Property Value
PlacementType
Declaration
public EndcapBuilder.PlacementTypes PlacementType { get; set; }
Property Value
PreserveOverallLength
Declaration
public bool PreserveOverallLength { get; set; }
Property Value
Thickness
Declaration
public Expression Thickness { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink