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

Represents a projection object. More...

Inheritance diagram for NXOpen::Features::EmbossProjection:
NXOpen::TaggedObject

List of all members.

Public Types

enum  ProjectionOption {
  ProjectionOptionEndcap, ProjectionOptionTarget, ProjectionOptionFace, ProjectionOptionPlane,
  ProjectionOptionNone
}
 Describes the geometry for projection. More...

Public Member Functions

NXOpen::ScCollectorFace ()
 Returns the projection face
Created in NX4.0.0.
NXOpen::Features::EmbossProjection::ProjectionOption Option ()
 Returns the projection option
Created in NX4.0.0.
NXOpen::ISurfacePlane ()
 Returns the projection plane
Created in NX4.0.0.
void SetFace (NXOpen::ScCollector *projectionFace)
 Sets the projection face
Created in NX4.0.0.
void SetOption (NXOpen::Features::EmbossProjection::ProjectionOption option)
 Sets the projection option
Created in NX4.0.0.
void SetPlane (NXOpen::ISurface *projectionPlane)
 Sets the projection plane
Created in NX4.0.0.

Detailed Description

Represents a projection object.


Emboss projection object describes how to project section and to help build sidewall geometry.

Following are default values and options:


Projection Option Features::EmbossProjection::ProjectionOptionEndcap

Projection Face User must set it when projection option is face.

Projection Datum Plane User must set it when projection option is plane.


Created in NX4.0.0.


Member Enumeration Documentation

Describes the geometry for projection.

Enumerator:
ProjectionOptionEndcap 

Indicates the geometry is End-Cap.

ProjectionOptionTarget 

Indicates the geometry is target.

ProjectionOptionFace 

Indicates the geometries are selected faces.

ProjectionOptionPlane 

Indicates the geometry is datum plane.

ProjectionOptionNone 

Indicates no geometry.


Member Function Documentation

Returns the projection face
Created in NX4.0.0.



License requirements : None

Returns the projection option
Created in NX4.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Returns the projection plane
Created in NX4.0.0.



License requirements : None

Sets the projection face
Created in NX4.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
projectionFaceFaces for projection, if the projection option is Features::EmbossProjection::ProjectionOptionFace

Sets the projection option
Created in NX4.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
optionThe projection option to decide where the profile projects

Sets the projection plane
Created in NX4.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
projectionPlanePlane for projection, if the projection option is Features::EmbossProjection::ProjectionOptionPlane

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