CFx SDK Documentation  2023 SP0
Public Member Functions | Public Attributes | List of all members
OdGiClipBoundary Struct Reference

#include <GiClipBoundary.h>

Inheritance diagram for OdGiClipBoundary:
OdGiClipBoundaryWithAbstractData

Public Member Functions

 OdGiClipBoundary ()
 

Public Attributes

OdGeVector3d m_vNormal
 
OdGePoint3d m_ptPoint
 
OdGePoint2dArray m_Points
 
OdGeMatrix3d m_xToClipSpace
 
OdGeMatrix3d m_xInverseBlockRefXForm
 
double m_dFrontClipZ
 
double m_dBackClipZ
 
bool m_bClippingFront
 
bool m_bDrawBoundary
 
bool m_bClippingBack
 

Detailed Description

This struct is used to pass clip boundary specifications from OdGiDrawable objects to the underlying OdGi system. Corresponding C++ library: TD_Gi <group !!RECORDS_TD_APIRef>

Definition at line 40 of file GiClipBoundary.h.

Constructor & Destructor Documentation

◆ OdGiClipBoundary()

OdGiClipBoundary::OdGiClipBoundary ( )
inline

Definition at line 43 of file GiClipBoundary.h.

Member Data Documentation

◆ m_bClippingBack

bool OdGiClipBoundary::m_bClippingBack

Definition at line 57 of file GiClipBoundary.h.

◆ m_bClippingFront

bool OdGiClipBoundary::m_bClippingFront

Definition at line 55 of file GiClipBoundary.h.

◆ m_bDrawBoundary

bool OdGiClipBoundary::m_bDrawBoundary

Definition at line 56 of file GiClipBoundary.h.

◆ m_dBackClipZ

double OdGiClipBoundary::m_dBackClipZ

Definition at line 54 of file GiClipBoundary.h.

◆ m_dFrontClipZ

double OdGiClipBoundary::m_dFrontClipZ

Definition at line 53 of file GiClipBoundary.h.

◆ m_Points

OdGePoint2dArray OdGiClipBoundary::m_Points

Definition at line 50 of file GiClipBoundary.h.

◆ m_ptPoint

OdGePoint3d OdGiClipBoundary::m_ptPoint

Definition at line 49 of file GiClipBoundary.h.

◆ m_vNormal

OdGeVector3d OdGiClipBoundary::m_vNormal

Definition at line 48 of file GiClipBoundary.h.

◆ m_xInverseBlockRefXForm

OdGeMatrix3d OdGiClipBoundary::m_xInverseBlockRefXForm

Definition at line 52 of file GiClipBoundary.h.

◆ m_xToClipSpace

OdGeMatrix3d OdGiClipBoundary::m_xToClipSpace

Definition at line 51 of file GiClipBoundary.h.


The documentation for this struct was generated from the following file: