NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::ShipDesign::RollingLineBuilder Class Reference

Represents a Features::ShipDesign::RollingLine builder. More...

Inheritance diagram for NXOpen::Features::ShipDesign::RollingLineBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  ConstructionMethodTypes {
  ConstructionMethodTypesMarchingAngle, ConstructionMethodTypesMarchingCurvature, ConstructionMethodTypesParallelPlane, ConstructionMethodTypesMinimumCurvature,
  ConstructionMethodTypesMaximumCurvature, ConstructionMethodTypesHighlight, ConstructionMethodTypesAsymptote
}
 The option to specify the method for creation of the pressure line. More...
enum  StartEvaluationTypes { StartEvaluationTypesSheetMidpoint, StartEvaluationTypesPointOnFace, StartEvaluationTypesNewPoint }
 The option for how the starting point for the evaluation of the sheet is to be created if it is not given. More...
enum  Types { TypesManual, TypesPressure, TypesGeodesic }
 The option for the type of manufacturing operation to be performed on the sheet to form it. More...

Public Member Functions

NXOpen::ExpressionAngle ()
 Returns the angle for either the max amount of rotation at a point for manual type.
NXOpen::ExpressionAngleDivisions ()
 Returns the number of divisions for dividing the angle when using a manual type.
double AngleTolerance ()
 Returns the modeling angle tolerance.
NXOpen::Features::ShipDesign::RollingLineBuilder::ConstructionMethodTypes ConstructionMethodOption ()
 Returns the value specifying which construction method to use for creating the rolling line.
double DistanceTolerance ()
 Returns the modeling distance tolerance.
NXOpen::GeometricAnalysis::DupinBuilderDupinIndicatrix ()
 Returns the dupin indicatrix for surface analysis.
NXOpen::PointEvaluationPoint ()
 Returns the selected point for evaluation when Features::ShipDesign::RollingLineBuilder::StartEvaluationTypes is Features::ShipDesign::RollingLineBuilder::StartEvaluationTypesNewPoint .
NXOpen::Features::ShipDesign::RollingLineBuilder::StartEvaluationTypes EvaluationPointOption ()
 Returns the option on how to seed the starting point for the evaluation.
bool HideConstructionProcess ()
 Returns the value specifying if the construction process should be hidden.
NXOpen::ExpressionOffset ()
 Returns the offset to be applied when marching along the surface to the next point.
NXOpen::ExpressionPlanarRadiusLimit ()
 Returns the maximum radius on the surface to be considered non-planar.
NXOpen::Point3d PointOnFace ()
 Returns the point specified by the surface selection.
void SetAngleTolerance (double angleTolerance)
 Sets the modeling angle tolerance.
void SetConstructionMethodOption (NXOpen::Features::ShipDesign::RollingLineBuilder::ConstructionMethodTypes constructionMethodOption)
 Sets the value specifying which construction method to use for creating the rolling line.
void SetDistanceTolerance (double distanceTolerance)
 Sets the modeling distance tolerance.
void SetEvaluationPoint (NXOpen::Point *evaluationPoint)
 Sets the selected point for evaluation when Features::ShipDesign::RollingLineBuilder::StartEvaluationTypes is Features::ShipDesign::RollingLineBuilder::StartEvaluationTypesNewPoint .
void SetEvaluationPointOption (NXOpen::Features::ShipDesign::RollingLineBuilder::StartEvaluationTypes evaluationPointOption)
 Sets the option on how to seed the starting point for the evaluation.
void SetHideConstructionProcess (bool hideConstructionProcess)
 Sets the value specifying if the construction process should be hidden.
void SetPointOnFace (const NXOpen::Point3d &pointOnFace)
 Sets the point specified by the surface selection.
void SetSpecifyDirection (NXOpen::Direction *specifyDirection)
 Sets the initial flow direction.
void SetType (NXOpen::Features::ShipDesign::RollingLineBuilder::Types type)
 Sets the value identifying what type of manufacturing process is to be applied to the surface for bending.
NXOpen::DirectionSpecifyDirection ()
 Returns the initial flow direction.
NXOpen::ScCollectorSurface ()
 Returns the collection of faces that represent the surface to be analyzed.
NXOpen::Features::ShipDesign::RollingLineBuilder::Types Type ()
 Returns the value identifying what type of manufacturing process is to be applied to the surface for bending.

Detailed Description

Represents a Features::ShipDesign::RollingLine builder.

It is used to create and edit a rolling line feature.
To create a new instance of this class, use Features::ShipCollection::CreateRollingLineBuilder
Default values.

Property Value

Angle.Value

15.0

AngleDivisions.Value

3

ConstructionMethodOption

MarchingAngle

DupinIndicatrix.Angle

0

DupinIndicatrix.FlatnessTolerance

3500 (millimeters part), 137.8 (inches part)

DupinIndicatrix.Scale

1.0

EvaluationPointOption

SheetMidpoint

HideConstructionProcess

1

Offset.Value

500.0 (millimeters part), 20.0 (inches part)

PlanarRadiusLimit.Value

3500.0 (millimeters part), 137.8 (inches part)


Created in NX8.0.0.


Member Enumeration Documentation

The option to specify the method for creation of the pressure line.

Enumerator:
ConstructionMethodTypesMarchingAngle 

Use an initial value method and march along the varying normals at each subsequent location.

ConstructionMethodTypesMarchingCurvature 

Use an initial value method and march along the varying normals at each subsequent location adjusting the final direction by the sheet curvature.

ConstructionMethodTypesParallelPlane 

Use a parallel plane approach to develop the pressure line.

ConstructionMethodTypesMinimumCurvature 

Use an initial value method and march along the minimum curvature at each subsequent location.

ConstructionMethodTypesMaximumCurvature 

Use an initial value method and march along the maximum curvature at each subsequent location.

ConstructionMethodTypesHighlight 

Use an initial value method and march along the highlight (zero degree isocline) at each subsequent location.

ConstructionMethodTypesAsymptote 

Use an initial value method and march along and create the asymptotic lines.

Valid for a surface location that generates a hyperbole or parabola.

The option for how the starting point for the evaluation of the sheet is to be created if it is not given.

Enumerator:
StartEvaluationTypesSheetMidpoint 

Use the midpoint of the sheet as the seed point for evaluation.

StartEvaluationTypesPointOnFace 

Use a point on the selected face to start the evaluation.

StartEvaluationTypesNewPoint 

Use the newly created, or specified, point as the seed point to start the evaluation.

The option for the type of manufacturing operation to be performed on the sheet to form it.

Enumerator:
TypesManual 

Creates a single line on the surface where the maximum force is to be applied.

TypesPressure 

Create multiple lines on the surface where the tangential for each line is constant on intersecting plane sections.

TypesGeodesic 

Create a single geodesic line on the surface.


Member Function Documentation

Returns the angle for either the max amount of rotation at a point for manual type.


Created in NX8.0.0.

License requirements : None

Returns the number of divisions for dividing the angle when using a manual type.


Created in NX8.0.0.

License requirements : None

Returns the modeling angle tolerance.


Created in NX8.0.0.

License requirements : None

Returns the value specifying which construction method to use for creating the rolling line.


Created in NX8.0.0.

License requirements : None

Returns the modeling distance tolerance.


Created in NX8.0.0.

License requirements : None

Returns the dupin indicatrix for surface analysis.


Created in NX8.0.0.

License requirements : None

Returns the selected point for evaluation when Features::ShipDesign::RollingLineBuilder::StartEvaluationTypes is Features::ShipDesign::RollingLineBuilder::StartEvaluationTypesNewPoint .


Created in NX8.0.0.

License requirements : None

Returns the option on how to seed the starting point for the evaluation.


Created in NX8.0.0.

License requirements : None

Returns the value specifying if the construction process should be hidden.

True indicates that the process should be hidden. Only valid for a manual type rolling line.
Created in NX8.0.0.

License requirements : None

Returns the offset to be applied when marching along the surface to the next point.


Created in NX8.0.0.

License requirements : None

Returns the maximum radius on the surface to be considered non-planar.


Created in NX8.0.0.

License requirements : None

Returns the point specified by the surface selection.

This point is set during the UI interaction.
Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Sets the modeling angle tolerance.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
angleToleranceangletolerance

Sets the value specifying which construction method to use for creating the rolling line.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
constructionMethodOptionconstructionmethodoption

Sets the modeling distance tolerance.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
distanceTolerancedistancetolerance

Sets the selected point for evaluation when Features::ShipDesign::RollingLineBuilder::StartEvaluationTypes is Features::ShipDesign::RollingLineBuilder::StartEvaluationTypesNewPoint .


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
evaluationPointevaluationpoint

Sets the option on how to seed the starting point for the evaluation.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
evaluationPointOptionevaluationpointoption

Sets the value specifying if the construction process should be hidden.

True indicates that the process should be hidden. Only valid for a manual type rolling line.
Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
hideConstructionProcesshideconstructionprocess

Sets the point specified by the surface selection.

This point is set during the UI interaction.
Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
pointOnFacepointonface

Sets the initial flow direction.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
specifyDirectionspecifydirection

Sets the value identifying what type of manufacturing process is to be applied to the surface for bending.


Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters:
typetype

Returns the initial flow direction.


Created in NX8.0.0.

License requirements : None

Returns the collection of faces that represent the surface to be analyzed.


Created in NX8.0.0.

License requirements : None

Returns the value identifying what type of manufacturing process is to be applied to the surface for bending.


Created in NX8.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.