Library | Package Java Toolkit

Interface DatumPlaneSectionConstraint

package com.ptc.pfc.pfcDatumPlaneFeat;

public interface DatumPlaneSectionConstraint
  extends com.ptc.pfc.pfcDatumPlaneFeat.DatumPlaneConstraint



Description

This specifies a 'Section' datum plane constraint.



Method Summary
intGetSectionIndex ()
    Get method for attribute "SectionIndex"
    The section index.
SelectionGetSectionRef ()
    Get method for attribute "SectionRef"
    This specifies selection handle for the 'Section' reference.

Methods Inherited from Interface com.ptc.pfc.pfcDatumPlaneFeat.DatumPlaneConstraint
GetConstraintType

Method Detail

GetSectionRef

SelectionGetSectionRef ()


    This specifies selection handle for the 'Section' reference.
Manual References:
Datum Features: Datum Plane Features



GetSectionIndex

intGetSectionIndex ()


    The section index.

This value is between 0 and (section number - 1).
Manual References:
Datum Features: Datum Plane Features