public interface IDynamicSectionCutCreator extends INXObject
DynamicSectionCut
).
DynamicSection
Grid
Modifier and Type | Method and Description |
---|---|
DynamicSectionCut |
find(String journalIdentifier)
Finds the
DynamicSectionCut
with the given identifier as recorded in a journal. |
DynamicSectionCut[] |
getSectionCuts(NXObject contextOccurrence,
View view)
Gets section-cuts generated by the sectioning the model shown
in the specified view.
|
findObject, isOccurrence, journalIdentifier, name, owningComponent, owningPart, print, prototype, setName
DynamicSectionCut find(String journalIdentifier) throws NXException, RemoteException
DynamicSectionCut
with the given identifier as recorded in a journal. An object may
not return the same value as its JournalIdentifier in different
versions of the software. However newer versions of the software
should find the same object when FindObject is passed older versions
of its journal identifier. In general, this method should not be
used in handwritten code and exists to support record and playback
of journals.
An exception will be thrown if no object can be found with the
given journal identifier.
journalIdentifier
- Journal identifierNXException
RemoteException
DynamicSectionCut[] getSectionCuts(NXObject contextOccurrence, View view) throws NXException, RemoteException
Explosion
active in the view is used to get section-cuts for the explosion.
If the view does not have any active explosion, then
section-cuts generated from the sectionable entities in the part
are returned.
contextOccurrence
- This can be null. If non null, then this must
be an occurrence.view
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.