

/* readonly */ string | |
The feature subtype, i.e. "Extrude" or "Revolve" for a protrusion. | |
/* readonly */ pfcFeatureType | |
The feature type. | |
/* readonly */ string | |
The feature type expressed as a string. | |
/* readonly */ /* optional */ pfcFeatureGroup | |
The group, if the feature is a member of a group. Otherwise this will be null. | |
/* readonly */ /* optional */ pfcFeatureGroup | |
/* readonly */ /* optional */ pfcGroupPattern | |
The group pattern, if the feature is a member of a group pattern. Otherwise this will be null. | |
/* readonly */ pfcGroupPatternStatus | |
The group pattern status. | |
/* readonly */ pfcGroupStatus | |
The group status. | |
/* readonly */ boolean | |
A Boolean flag that specifies whether the feature is an embedded datum or not. | |
/* readonly */ boolean | |
Retrieves the group status of the specified feature. | |
/* readonly */ boolean | |
A Boolean flag that specifies whether the feature is read only | |
/* readonly */ boolean | |
A Boolean flag that specifies whether the feature is visible. | |
/* readonly */ /* optional */ number | |
The regeneration number of the feature. If the feature is suppressed or unregenerated, this will be null. | |
/* readonly */ /* optional */ pfcFeaturePattern | |
The pattern, if the feature is a member of a pattern. Otherwise this will be null. This function should only be used for simple patttern and use GetPatternByType function for nested pattern. | |
/* readonly */ pfcPatternStatus | |
The pattern status. | |
/* readonly */ pfcFeatureStatus | |
The feature status. | |
/* readonly */ string | |
The version stamp |

Creates a feature delete operation. | |
Creates an operation that will reorder the features after the specified feature. | |
Creates an operation that will reorder the features before the specified feature. | |
Creates a new resume operation object. | |
Creates a new suppress operation object. | |
/* optional */ pfcFeaturePattern | |
ListChildren () | |
Lists the children of the feature. | |
ListParents () | |
Lists the parents of the feature. | |
/* optional */ pfcModelItems | |
Lists the component model items that make up the feature. |

/* readonly */ string | FeatSubType |

/* readonly */ pfcFeatureType | FeatType |

/* readonly */ string | FeatTypeName |

/* readonly */ /* optional */ pfcFeatureGroup | Group |

/* readonly */ /* optional */ pfcFeatureGroup | GroupDirectHeader |

/* readonly */ /* optional */ pfcGroupPattern | GroupPattern |

/* readonly */ pfcGroupPatternStatus | GroupPatternStatus |

/* readonly */ pfcGroupStatus | GroupStatus |

/* readonly */ boolean | IsEmbedded |

/* readonly */ boolean | IsGroupMember |

/* readonly */ boolean | IsReadonly |

/* readonly */ boolean | IsVisible |

/* readonly */ /* optional */ number | Number |

/* readonly */ /* optional */ pfcFeaturePattern | Pattern |

/* readonly */ pfcPatternStatus | PatternStatus |

/* readonly */ pfcFeatureStatus | Status |

/* readonly */ string | VersionStamp |

CreateDeleteOp | () |

CreateReorderAfterOp |

CreateReorderBeforeOp |

CreateResumeOp | () |

CreateSuppressOp | () |

/* optional */ pfcFeaturePattern | GetPatternByType |

ListChildren | () |

ListParents | () |

/* optional */ pfcModelItems | ListSubItems |
