Class HiddenLinesViewStyle
Inheritance
HiddenLinesViewStyle
Assembly: NXOpen.dll
Syntax
public class HiddenLinesViewStyle : NXRemotableObject, IMessageSink, IHiddenLinesViewPreferences
Constructors
HiddenLinesViewStyle(ViewStyle)
Declaration
protected HiddenLinesViewStyle(ViewStyle owner)
Parameters
Properties
EdgesHiddenByEdges
Declaration
public bool EdgesHiddenByEdges { get; set; }
Property Value
Hiddenline
Declaration
public bool Hiddenline { get; set; }
Property Value
HiddenlineColor
Declaration
public int HiddenlineColor { get; set; }
Property Value
HiddenlineFont
Declaration
public Font HiddenlineFont { get; set; }
Property Value
HiddenlineWidth
Declaration
public Width HiddenlineWidth { get; set; }
Property Value
IncludeModelCurves
Declaration
public bool IncludeModelCurves { get; set; }
Property Value
InterferingSolids
Declaration
[Obsolete("Deprecated in NX6.0.0. Use Drawings.HiddenLinesViewStyle.InterferingSolidsOption instead.")]
public bool InterferingSolids { get; set; }
Property Value
InterferingSolidsOption
Declaration
public HiddenLineInterferingSolidsOption InterferingSolidsOption { get; set; }
Property Value
ReferenceEdgesOnly
Declaration
public bool ReferenceEdgesOnly { get; set; }
Property Value
SelfHidden
Declaration
public bool SelfHidden { get; set; }
Property Value
SmallFeature
Declaration
public HiddenLineSmallFeatureOption SmallFeature { get; set; }
Property Value
SmallFeaturesTolerance
Declaration
public double SmallFeaturesTolerance { get; set; }
Property Value
Tag
Declaration
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink