Overview

Programming Guide

API Reference

A3DSurfRuledData Struct Reference

Ruled surface structure. More...

Data Fields

A3DMiscCartesianTransformationData m_sTrsf
 
A3DUVParameterizationData m_sParam
 
A3DCrvBasem_pFirstCurve
 
A3DCrvBasem_pSecondCurve
 

Detailed Description

Ruled surface structure.

Version
2.0

Field Documentation

A3DMiscCartesianTransformationData A3DSurfRuledData::m_sTrsf

Cartesian transformation.

A3DUVParameterizationData A3DSurfRuledData::m_sParam

UV Parameterization.

A3DCrvBase* A3DSurfRuledData::m_pFirstCurve

Basis first curve.

A3DCrvBase* A3DSurfRuledData::m_pSecondCurve

Basis second curve.