NX Open C++ Reference Guide
|
Represents a Concave Faces builder. More...
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance. | |
NXOpen::NXColor * | AttributeColor () |
Returns the color to be applied to the face. | |
NXString | AttributeTitle () |
Returns the title if the face attribute. | |
NXString | AttributeValue () |
Returns the value of the face attribute title. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::Direction * | DrawDirection () |
Returns the vector representing the draw direction. | |
NXOpen::ScCollector * | Faces () |
Returns the collection of all the possible faces. | |
NXOpen::Expression * | Lower () |
Returns the lower limit of the maximum concave range. | |
int | SamplePoints () |
Returns the number of sample points to apply to the analysis. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance. | |
void | SetAttributeColor (NXOpen::NXColor *attributeColor) |
Sets the color to be applied to the face. | |
void | SetAttributeTitle (const NXString &attributeTitle) |
Sets the title if the face attribute. | |
void | SetAttributeValue (const NXString &attributeValue) |
Sets the value of the face attribute title. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance. | |
void | SetDrawDirection (NXOpen::Direction *drawDirection) |
Sets the vector representing the draw direction. | |
void | SetSamplePoints (int samplePoints) |
Sets the number of sample points to apply to the analysis. | |
NXOpen::Expression * | Upper () |
Returns the upper limit of the maximum concave range. |
Represents a Concave Faces builder.
These are faces which are concave with respect to the draw direction and whose maximum radii is within the specified range.
To create a new instance of this class, use Features::FeatureCollection::CreateConcaveFacesBuilder
Default values.
Property | Value |
---|---|
Lower.Value |
3 (millimeters part), 0.118 (inches part) |
SamplePoints |
4 |
Upper.Value |
6 (millimeters part), 0.236 (inches part) |
Created in NX7.5.0.
Returns the angle tolerance.
Created in NX7.5.0.
License requirements : None
Returns the color to be applied to the face.
Created in NX7.5.0.
License requirements : None
Returns the title if the face attribute.
Created in NX7.5.0.
License requirements : None
Returns the value of the face attribute title.
Created in NX7.5.0.
License requirements : None
Returns the distance tolerance.
Created in NX7.5.0.
License requirements : None
Returns the vector representing the draw direction.
Created in NX7.5.0.
License requirements : None
Returns the collection of all the possible faces.
Created in NX7.5.0.
License requirements : None
Returns the lower limit of the maximum concave range.
Created in NX7.5.0.
License requirements : None
Returns the number of sample points to apply to the analysis.
Created in NX7.5.0.
License requirements : None
void NXOpen::Features::ConcaveFacesBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
angleTolerance | angletolerance |
void NXOpen::Features::ConcaveFacesBuilder::SetAttributeColor | ( | NXOpen::NXColor * | attributeColor | ) |
Sets the color to be applied to the face.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
attributeColor | attributecolor |
void NXOpen::Features::ConcaveFacesBuilder::SetAttributeTitle | ( | const NXString & | attributeTitle | ) |
Sets the title if the face attribute.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
attributeTitle | attributetitle |
void NXOpen::Features::ConcaveFacesBuilder::SetAttributeValue | ( | const NXString & | attributeValue | ) |
Sets the value of the face attribute title.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
attributeValue | attributevalue |
void NXOpen::Features::ConcaveFacesBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
distanceTolerance | distancetolerance |
void NXOpen::Features::ConcaveFacesBuilder::SetDrawDirection | ( | NXOpen::Direction * | drawDirection | ) |
Sets the vector representing the draw direction.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
drawDirection | drawdirection |
void NXOpen::Features::ConcaveFacesBuilder::SetSamplePoints | ( | int | samplePoints | ) |
Sets the number of sample points to apply to the analysis.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
samplePoints | samplepoints |
Returns the upper limit of the maximum concave range.
Created in NX7.5.0.
License requirements : None