API Documentation > Interfaces > Interface SectionEntityCenterLine
Interface SectionEntityCenterLine

package com.ptc.wfc.wfcSection;

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


Description
This interface represents Center Line entity used in sections
User Guide References:
Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity :
Method Summary
Get method for attribute "CenterLine"
Centerline.
void
Set method for attribute "CenterLine"
Centerline.
Method Detail
GetCenterLine
GetCenterLine
()
SetCenterLine
void
SetCenterLine
(Outline2D value)
Centerline.
See Also:
User Guide References:
Was this helpful?