NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Annotations::CenterlineSettingsBuilder Class Reference

Represents a Builder for Centerline Settings. More...

Inheritance diagram for NXOpen::Annotations::CenterlineSettingsBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Annotations::Centerline2dSettingsBuilder NXOpen::Annotations::Centerline3dSettingsBuilder NXOpen::Annotations::CenterMarkSettingsBuilder NXOpen::Annotations::CircleCenterlineSettingsBuilder NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder

List of all members.

Public Types

enum  CenterlineThickness { CenterlineThicknessThin, CenterlineThicknessNormal, CenterlineThicknessThick }
 the types of centerline thickness More...

Public Member Functions

NXOpen::NXColorColor ()
 Returns the color of centerline
Created in NX6.0.0.
double Gap ()
 Returns the gap parameter for centeline
Created in NX6.0.0.
void SetColor (NXOpen::NXColor *color)
 Sets the color of centerline
Created in NX6.0.0.
void SetGap (double gap)
 Sets the gap parameter for centeline
Created in NX6.0.0.
void SetWidth (NXOpen::Annotations::CenterlineSettingsBuilder::CenterlineThickness width)
 Sets the width of centerline
Created in NX6.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.
NXOpen::Annotations::CenterlineSettingsBuilder::CenterlineThickness Width ()
 Returns the width of centerline
Created in NX6.0.0.

Detailed Description

Represents a Builder for Centerline Settings.

This contains settings common to all centerlines
Created in NX6.0.0.


Member Enumeration Documentation

the types of centerline thickness

Enumerator:
CenterlineThicknessThin 

Thin.

CenterlineThicknessNormal 

Normal.

CenterlineThicknessThick 

Thick.


Member Function Documentation

Returns the color of centerline
Created in NX6.0.0.



License requirements : None

Returns the gap parameter for centeline
Created in NX6.0.0.



License requirements : None

Sets the color of centerline
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
colorcolor

Sets the gap parameter for centeline
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
gapgap

Sets the width of centerline
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
widthwidth

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns:
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.

Returns the width of centerline
Created in NX6.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.