Class ShellTemplateBuilder
Inheritance
ShellTemplateBuilder
Assembly: NXOpen.dll
Syntax
public class ShellTemplateBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ShellTemplateBuilder()
Declaration
protected ShellTemplateBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; set; }
Property Value
CornerCutType
Declaration
public ShellTemplateBuilder.CornerCutTypes CornerCutType { get; set; }
Property Value
CreateSeparateParts
Declaration
public bool CreateSeparateParts { get; set; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
EndXTemplateOffset
Declaration
public Expression EndXTemplateOffset { get; }
Property Value
EndYTemplateOffset
Declaration
public Expression EndYTemplateOffset { get; }
Property Value
MarkingLinesDirectionType
Declaration
public ShellTemplateBuilder.MarkingTypes MarkingLinesDirectionType { get; set; }
Property Value
PlaneAutomatic
Declaration
public SelectIBasePlaneList PlaneAutomatic { get; }
Property Value
PlaneMethod
Declaration
public ShellTemplateBuilder.PlaneLocationTypes PlaneMethod { get; set; }
Property Value
SightLineCutType
Declaration
public ShellTemplateBuilder.SightLineCutTypes SightLineCutType { get; set; }
Property Value
SpecifyXPlane
Declaration
public Plane SpecifyXPlane { get; set; }
Property Value
SpecifyYPlane
Declaration
public Plane SpecifyYPlane { get; set; }
Property Value
StartXTemplateOffset
Declaration
public Expression StartXTemplateOffset { get; }
Property Value
StartYTemplateOffset
Declaration
public Expression StartYTemplateOffset { get; }
Property Value
Surface
Declaration
public ScCollector Surface { get; }
Property Value
TemplateSetName
Declaration
public string TemplateSetName { get; set; }
Property Value
Thickness
Declaration
public Expression Thickness { get; }
Property Value
Type
Declaration
public ShellTemplateBuilder.Types Type { get; set; }
Property Value
XOffset
Declaration
public Expression XOffset { get; }
Property Value
XPlaneUserDefined
Declaration
public bool XPlaneUserDefined { get; set; }
Property Value
YOffset
Declaration
public Expression YOffset { get; }
Property Value
YPlaneUserDefined
Declaration
public bool YPlaneUserDefined { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink