Library | File

Class wfcSectionEntityBlendVertex

# include <wfcSection.h>

class wfcSectionEntityBlendVertex
 : public virtual wfcSectionEntity
{
    xdeclare(wfcSectionEntityBlendVertex)
    ...
};
This is a COMPACT class.



Description

This interface represents Blend vertex used in sections
Manual References:
Element Trees: Sections: Section Entities



Method Summary

static wfcSectionEntityBlendVertex_ptrCreate (pfcPoint2D_ptr pnt, xint DepthLevel)
 
xintGetDepthLevel ()
voidSetDepthLevel (xint value)
Depth Level.
pfcPoint2D_ptrGetPoint ()
voidSetPoint (pfcPoint2D_ptr value)
Point


Methods Inherited from Class wfcSectionEntity:

GetSectionEntityType



Method Detail

pfcPoint2D_ptrGetPoint ()
voidSetPoint (pfcPoint2D_ptr value)

Point
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities




xintGetDepthLevel ()
voidSetDepthLevel (xint value)

Depth Level.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities




static wfcSectionEntityBlendVertex_ptrCreate (pfcPoint2D_ptr pnt, xint DepthLevel)

 
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
pnt
 
DepthLevel
 
Returns: