Overview

Programming Guide

API Reference

A3DRWParamsExportStepData Struct Reference

A structure that specifies parameters used to write the model file to a STEP format. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DEStepFormat m_eStepFormat
 
A3DBool m_bSaveFacetedToWireframe
 
A3DBool m_bSaveAnalyticsToNurbs
 
A3DBool m_bUseShortNames
 
const A3DUTF8Charm_pcApplication
 
const A3DUTF8Charm_pcVersion
 

Detailed Description

A structure that specifies parameters used to write the model file to a STEP format.

Version
3.0

Field Documentation

A3DUns16 A3DRWParamsExportStepData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DEStepFormat A3DRWParamsExportStepData::m_eStepFormat

Determines the STEP format.

A3DBool A3DRWParamsExportStepData::m_bSaveFacetedToWireframe

Determines if entities are faceted or exported as wireframes.

  • A value of TRUE save polyedrics as wireframe.
  • A value of FALSE save polyedrics as faces.
A3DBool A3DRWParamsExportStepData::m_bSaveAnalyticsToNurbs

Determines the format for saving analytic surfaces, such as cylinders, cones, planes, and so forth.

  • A value of TRUE converts all analytics to NURBS surfaces.
  • A value of FALSE keeps analytics as analytics.
A3DBool A3DRWParamsExportStepData::m_bUseShortNames

A value of TRUE shortens entity names to reduce the file size.

const A3DUTF8Char* A3DRWParamsExportStepData::m_pcApplication

Application name (will be reported in the output file).

const A3DUTF8Char* A3DRWParamsExportStepData::m_pcVersion

Application version (will be reported in the output file).