API Documentation > Interfaces > Interface SectionEntityBlendVertex
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
Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity :
Method Summary
int
Get method for attribute "DepthLevel"
Depth Level.
Get method for attribute "Point"
Point
void
SetDepthLevel (int value)
Set method for attribute "DepthLevel"
Depth Level.
void
Set method for attribute "Point"
Point
Method Detail
GetPoint
GetPoint
()
SetPoint
void
SetPoint
(Point2D value)
Point
User Guide References:
GetDepthLevel
int
GetDepthLevel
()
SetDepthLevel
void
SetDepthLevel
(int value)
Depth Level.
User Guide References:
Was this helpful?