Library | Package Java Toolkit

Interface SectionEntityBlendVertex

package com.ptc.wfc.wfcSection;

public interface SectionEntityBlendVertex
  extends com.ptc.wfc.wfcSection.SectionEntity



Description

This interface represents Blend vertex used in sections



Method Summary
intGetDepthLevel ()
    Get method for attribute "DepthLevel"
    Depth Level.
Point2DGetPoint ()
    Get method for attribute "Point"
    Point
voidSetDepthLevel (int value)
    Set method for attribute "DepthLevel"
    Depth Level.
voidSetPoint (Point2D value)
    Set method for attribute "Point"
    Point

Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity
GetSectionEntityType

Method Detail

GetPoint/SetPoint

Point2DGetPoint ()
voidSetPoint (Point2D value)


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



GetDepthLevel/SetDepthLevel

intGetDepthLevel ()
voidSetDepthLevel (int 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