NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::Plate builder. More...
Public Types | |
enum | BodyTypes { BodyTypesSheetBody, BodyTypesSolidBody } |
Settings to indicate the plate output body type. More... | |
enum | RegionOptions { RegionOptionsAll, RegionOptionsInsideBody, RegionOptionsOutsideBody } |
Settings to indicate what areas to create the plate when using body faces as boundaries. More... | |
enum | Types { TypesCreate, TypesAdopt } |
Settings to indicate how the plate is generated. More... | |
Public Member Functions | |
NXOpen::SelectBodyList * | AdoptionBodies () |
Returns the adoption bodies, which are used to create multiple plates. | |
NXOpen::ScCollector * | AdoptionBodiesMoldFace () |
Returns the mold face of adoption bodies. | |
NXOpen::SelectBodyList * | BodyBoundary () |
Returns the body boundary, which can be mixed with curve, face and plane to define the plate boundary. | |
std::vector< NXOpen::Body * > | CreateRegions () |
Creates regions to output the selected plates. | |
NXOpen::Section * | CurveBoundary () |
Returns the curve boundary, which can be a single region or multiple regions. | |
void | DeleteRegions () |
Deletes regions Created in NX8.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::ExpressionCollectorSetList * | FacePlaneBoundary () |
Returns the face, plane boundary, which defines a list of trimming objects with offset values. | |
bool | FlipDirection () |
Returns the flip direction, which can change the plate thickness direction. | |
NXOpen::ScCollector * | MoldFace () |
Returns the mold face, which is used to create the plate body and define the plate placement. | |
NXOpen::Expression * | MoldFaceOffset () |
Returns the mold face offset, which defines an offset distance to the mold face. | |
NXOpen::Features::ShipDesign::PlateStockBuilder * | PlateStock () |
Returns the plate stock builder, which defines the plate material, grade, thickness, mass density, thicken option and opposite thickness. | |
NXOpen::GeometricUtilities::ProjectionOptions * | ProjectDirection () |
Returns the project direction, which is used to project the boundary curves to the plate mold face. | |
NXOpen::Features::ShipDesign::PlateBuilder::RegionOptions | RegionOption () |
Returns the region option, which defines the plate areas in case of body faces as plate boundary. | |
NXOpen::SelectNXObjectList * | Regions () |
Returns the regions to create plates Created in NX8.0.0. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance. | |
void | SetFlipDirection (bool flipDirection) |
Sets the flip direction, which can change the plate thickness direction. | |
void | SetRegionOption (NXOpen::Features::ShipDesign::PlateBuilder::RegionOptions regionOption) |
Sets the region option, which defines the plate areas in case of body faces as plate boundary. | |
void | SetType (NXOpen::Features::ShipDesign::PlateBuilder::Types type) |
Sets the plate type, which is creation or adoption. | |
NXOpen::Features::ShipDesign::PlateBuilder::Types | Type () |
Returns the plate type, which is creation or adoption. |
Represents a Features::ShipDesign::Plate builder.
This builder is used to create and edit ship plate feature. The plate feature can be created from construction curves, boundary faces or planes. And also a solid body cab be adopted as a plate.
To create a new instance of this class, use Features::ShipCollection::CreatePlateBuilder
Default values.
Property | Value |
---|---|
DistanceTolerance |
0.0254 |
MoldFaceOffset.Value |
0 (millimeters part), 0 (inches part) |
PlateStock.MaterialOption |
0 |
PlateStock.OppositeThickness.Value |
0 (millimeters part), 0 (inches part) |
PlateStock.RestrictThicknessToMaterial |
true |
PlateStock.ThickenOption |
SingleSided |
PlateStock.Thickness.Value |
10 (millimeters part), 0.5 (inches part) |
PlateStock.ThicknessSourceOption |
List |
RegionOption |
All |
Created in NX8.0.0.
Returns the adoption bodies, which are used to create multiple plates.
Each plate has a single body.
Created in NX8.0.0.
License requirements : None
Returns the mold face of adoption bodies.
Created in NX8.0.0.
License requirements : None
Returns the body boundary, which can be mixed with curve, face and plane to define the plate boundary.
Created in NX8.0.0.
License requirements : None
std::vector<NXOpen::Body *> NXOpen::Features::ShipDesign::PlateBuilder::CreateRegions | ( | ) |
Creates regions to output the selected plates.
Returns the curve boundary, which can be a single region or multiple regions.
In case of multiple regions, it creates multiple plates.
Created in NX8.0.0.
License requirements : None
Deletes regions
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
Returns the distance tolerance.
Created in NX8.0.0.
License requirements : None
NXOpen::ExpressionCollectorSetList* NXOpen::Features::ShipDesign::PlateBuilder::FacePlaneBoundary | ( | ) |
Returns the face, plane boundary, which defines a list of trimming objects with offset values.
Created in NX8.0.0.
License requirements : None
Returns the flip direction, which can change the plate thickness direction.
Created in NX8.0.0.
License requirements : None
Returns the mold face, which is used to create the plate body and define the plate placement.
Created in NX8.0.0.
License requirements : None
Returns the mold face offset, which defines an offset distance to the mold face.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlateStockBuilder* NXOpen::Features::ShipDesign::PlateBuilder::PlateStock | ( | ) |
Returns the plate stock builder, which defines the plate material, grade, thickness, mass density, thicken option and opposite thickness.
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::ProjectionOptions* NXOpen::Features::ShipDesign::PlateBuilder::ProjectDirection | ( | ) |
Returns the project direction, which is used to project the boundary curves to the plate mold face.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlateBuilder::RegionOptions NXOpen::Features::ShipDesign::PlateBuilder::RegionOption | ( | ) |
Returns the region option, which defines the plate areas in case of body faces as plate boundary.
Created in NX8.0.0.
License requirements : None
Returns the regions to create plates
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::PlateBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
distanceTolerance | distancetolerance |
void NXOpen::Features::ShipDesign::PlateBuilder::SetFlipDirection | ( | bool | flipDirection | ) |
Sets the flip direction, which can change the plate thickness direction.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
flipDirection | flipdirection |
void NXOpen::Features::ShipDesign::PlateBuilder::SetRegionOption | ( | NXOpen::Features::ShipDesign::PlateBuilder::RegionOptions | regionOption | ) |
Sets the region option, which defines the plate areas in case of body faces as plate boundary.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
regionOption | regionoption |
void NXOpen::Features::ShipDesign::PlateBuilder::SetType | ( | NXOpen::Features::ShipDesign::PlateBuilder::Types | type | ) |
Sets the plate type, which is creation or adoption.
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design")
type | type |
NXOpen::Features::ShipDesign::PlateBuilder::Types NXOpen::Features::ShipDesign::PlateBuilder::Type | ( | ) |
Returns the plate type, which is creation or adoption.
Created in NX8.0.0.
License requirements : None