NX Open C++ Reference Guide
|
Represents the set of Sketcher preferences applicable to entire part. More...
Public Member Functions | |
int | AutomaticDimensionColor () |
Returns the sketch automatic dimension color Created in NX7.5.0. | |
int | ConflictingColor () |
Returns the sketch conflicting color Created in NX4.0.0. | |
int | CurveColor () |
Returns the sketch curve color Created in NX4.0.0. | |
int | DimensionColor () |
Returns the sketch dimension color Created in NX4.0.0. | |
int | DOFColor () |
Returns the sketch degree of freedom arrow color Created in NX4.0.0. | |
int | FullyDefinedColor () |
Returns the sketch fully defined constraint color Created in NX4.0.0. | |
int | InactiveSketchColor () |
Returns the inactive sketch color Created in NX4.0.0. | |
int | OutOfDateColor () |
Returns the sketch out of date curve color Created in NX4.0.0. | |
int | OverconstrainedColor () |
Returns the sketch overconstrained color Created in NX4.0.0. | |
int | PartiallyDefinedColor () |
Returns the sketch partially defined constraint color Created in NX4.0.0. | |
int | ParticipatingDatumColor () |
Returns the sketch participating datum curve color Created in NX4.0.0. | |
int | ReferenceCurveColor () |
Returns the sketch reference curve color Created in NX4.0.0. | |
int | ReferenceDimensionColor () |
Returns the sketch reference dimension color Created in NX4.0.0. | |
void | SetAutomaticDimensionColor (int sketchAutomaticDimensionColor) |
Sets the sketch automatic dimension color Created in NX7.5.0. | |
void | SetConflictingColor (int sketchConflictingColor) |
Sets the sketch conflicting color Created in NX4.0.0. | |
void | SetCurveColor (int sketchCurveColor) |
Sets the sketch curve color Created in NX4.0.0. | |
void | SetDimensionColor (int sketchDimensionColor) |
Sets the sketch dimension color Created in NX4.0.0. | |
void | SetDOFColor (int sketchDOFColor) |
Sets the sketch degree of freedom arrow color Created in NX4.0.0. | |
void | SetFullyDefinedColor (int sketchFullyColor) |
Sets the sketch fully defined constraint color Created in NX4.0.0. | |
void | SetInactiveSketchColor (int sketchInactiveColor) |
Sets the inactive sketch color Created in NX4.0.0. | |
void | SetOutOfDateColor (int sketchOutOfDateColor) |
Sets the sketch out of date curve color Created in NX4.0.0. | |
void | SetOverconstrainedColor (int sketchOverconstrainedColor) |
Sets the sketch overconstrained color Created in NX4.0.0. | |
void | SetPartiallyDefinedColor (int sketchPartialColor) |
Sets the sketch partially defined constraint color Created in NX4.0.0. | |
void | SetParticipatingDatumColor (int sketchParticipatingDatumColor) |
Sets the sketch participating datum curve color Created in NX4.0.0. | |
void | SetReferenceCurveColor (int sketchReferenceCurveColor) |
Sets the sketch reference curve color Created in NX4.0.0. | |
void | SetReferenceDimensionColor (int sketchReferenceDimensionColor) |
Sets the sketch reference dimension color Created in NX4.0.0. | |
void | SetUnsolvedCurvesColor (int sketchUnsolvedCurvesColor) |
Sets the sketch unsolved curves color Created in NX8.5.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
int | UnsolvedCurvesColor () |
Returns the sketch unsolved curves color Created in NX8.5.0. | |
Represents the set of Sketcher preferences applicable to entire part.
Other Sketch preference settings are available with Preferences::SessionSketch for settings applicable to session and with Preferences::SketchPreferences for Sketch specific Preferences
To obtain an instance of this class, refer to Preferences::PartPreferences
Created in NX4.0.0.
int NXOpen::Preferences::PartSketch::AutomaticDimensionColor | ( | ) |
Returns the sketch automatic dimension color
Created in NX7.5.0.
License requirements : None
int NXOpen::Preferences::PartSketch::ConflictingColor | ( | ) |
Returns the sketch conflicting color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::CurveColor | ( | ) |
Returns the sketch curve color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::DimensionColor | ( | ) |
Returns the sketch dimension color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::DOFColor | ( | ) |
Returns the sketch degree of freedom arrow color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::FullyDefinedColor | ( | ) |
Returns the sketch fully defined constraint color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::InactiveSketchColor | ( | ) |
Returns the inactive sketch color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::OutOfDateColor | ( | ) |
Returns the sketch out of date curve color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::OverconstrainedColor | ( | ) |
Returns the sketch overconstrained color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::PartiallyDefinedColor | ( | ) |
Returns the sketch partially defined constraint color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::ParticipatingDatumColor | ( | ) |
Returns the sketch participating datum curve color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::ReferenceCurveColor | ( | ) |
Returns the sketch reference curve color
Created in NX4.0.0.
License requirements : None
int NXOpen::Preferences::PartSketch::ReferenceDimensionColor | ( | ) |
Returns the sketch reference dimension color
Created in NX4.0.0.
License requirements : None
void NXOpen::Preferences::PartSketch::SetAutomaticDimensionColor | ( | int | sketchAutomaticDimensionColor | ) |
Sets the sketch automatic dimension color
Created in NX7.5.0.
License requirements : None
sketchAutomaticDimensionColor | sketch automatic dimension color |
void NXOpen::Preferences::PartSketch::SetConflictingColor | ( | int | sketchConflictingColor | ) |
Sets the sketch conflicting color
Created in NX4.0.0.
License requirements : None
sketchConflictingColor | sketch conflicting color |
void NXOpen::Preferences::PartSketch::SetCurveColor | ( | int | sketchCurveColor | ) |
Sets the sketch curve color
Created in NX4.0.0.
License requirements : None
sketchCurveColor | sketch curve color |
void NXOpen::Preferences::PartSketch::SetDimensionColor | ( | int | sketchDimensionColor | ) |
Sets the sketch dimension color
Created in NX4.0.0.
License requirements : None
sketchDimensionColor | sketch dimension color |
void NXOpen::Preferences::PartSketch::SetDOFColor | ( | int | sketchDOFColor | ) |
Sets the sketch degree of freedom arrow color
Created in NX4.0.0.
License requirements : None
sketchDOFColor | sketch d o f color |
void NXOpen::Preferences::PartSketch::SetFullyDefinedColor | ( | int | sketchFullyColor | ) |
Sets the sketch fully defined constraint color
Created in NX4.0.0.
License requirements : None
sketchFullyColor | sketch fully color |
void NXOpen::Preferences::PartSketch::SetInactiveSketchColor | ( | int | sketchInactiveColor | ) |
Sets the inactive sketch color
Created in NX4.0.0.
License requirements : None
sketchInactiveColor | sketch inactive color |
void NXOpen::Preferences::PartSketch::SetOutOfDateColor | ( | int | sketchOutOfDateColor | ) |
Sets the sketch out of date curve color
Created in NX4.0.0.
License requirements : None
sketchOutOfDateColor | sketch out of date color |
void NXOpen::Preferences::PartSketch::SetOverconstrainedColor | ( | int | sketchOverconstrainedColor | ) |
Sets the sketch overconstrained color
Created in NX4.0.0.
License requirements : None
sketchOverconstrainedColor | sketch overconstrained color |
void NXOpen::Preferences::PartSketch::SetPartiallyDefinedColor | ( | int | sketchPartialColor | ) |
Sets the sketch partially defined constraint color
Created in NX4.0.0.
License requirements : None
sketchPartialColor | sketch partial color |
void NXOpen::Preferences::PartSketch::SetParticipatingDatumColor | ( | int | sketchParticipatingDatumColor | ) |
Sets the sketch participating datum curve color
Created in NX4.0.0.
License requirements : None
sketchParticipatingDatumColor | sketch participating datum color |
void NXOpen::Preferences::PartSketch::SetReferenceCurveColor | ( | int | sketchReferenceCurveColor | ) |
Sets the sketch reference curve color
Created in NX4.0.0.
License requirements : None
sketchReferenceCurveColor | sketch reference curve color |
void NXOpen::Preferences::PartSketch::SetReferenceDimensionColor | ( | int | sketchReferenceDimensionColor | ) |
Sets the sketch reference dimension color
Created in NX4.0.0.
License requirements : None
sketchReferenceDimensionColor | sketch reference dimension color |
void NXOpen::Preferences::PartSketch::SetUnsolvedCurvesColor | ( | int | sketchUnsolvedCurvesColor | ) |
Sets the sketch unsolved curves color
Created in NX8.5.0.
License requirements : None
sketchUnsolvedCurvesColor | sketch unsolved curves color |
tag_t NXOpen::Preferences::PartSketch::Tag | ( | ) | const |
Returns the tag of this object.
int NXOpen::Preferences::PartSketch::UnsolvedCurvesColor | ( | ) |
Returns the sketch unsolved curves color
Created in NX8.5.0.
License requirements : None