Exemplo n.º 1
0
 private void InternalSetLevelOfDetailRepresentation(string representation, bool skipDocumentSave)
 {
     ComponentOccurrenceInstance.SetLevelOfDetailRepresentation(representation, skipDocumentSave);
 }
Exemplo n.º 2
0
 private void InternalSetRenderStyle(StyleSourceTypeEnum styleSourceType, Object renderStyle)
 {
     ComponentOccurrenceInstance.SetRenderStyle(styleSourceType, renderStyle);
 }
Exemplo n.º 3
0
 private void InternalSetDesignViewRepresentation(string representation, string reserved, bool associative)
 {
     ComponentOccurrenceInstance.SetDesignViewRepresentation(representation, reserved, associative);
 }
Exemplo n.º 4
0
 private void InternalSetDisplayMode(DisplayModeSourceTypeEnum displayModeSourceType, Object displayMode)
 {
     ComponentOccurrenceInstance.SetDisplayMode(displayModeSourceType, displayMode);
 }
Exemplo n.º 5
0
 private void InternalChangeRowOfiPartMember(Object newRow, Object customInput)
 {
     ComponentOccurrenceInstance.ChangeRowOfiPartMember(newRow, customInput);
 }
Exemplo n.º 6
0
 private void InternalReplace(string fileName, bool replaceAll)
 {
     ComponentOccurrenceInstance.Replace(fileName, replaceAll);
 }
Exemplo n.º 7
0
 private DisplayModeEnum InternalGetDisplayMode(out DisplayModeSourceTypeEnum displayModeSourceType)
 {
     return(ComponentOccurrenceInstance.GetDisplayMode(out displayModeSourceType));
 }
Exemplo n.º 8
0
 private void InternalSuppress(bool skipDocumentSave)
 {
     ComponentOccurrenceInstance.Suppress(skipDocumentSave);
 }
Exemplo n.º 9
0
 private void InternalExitEdit(ExitTypeEnum exitTo)
 {
     ComponentOccurrenceInstance.ExitEdit(exitTo);
 }
Exemplo n.º 10
0
 private void InternalGetDegreesOfFreedom(out int translationDegreesCount, out ObjectsEnumerator translationDegreesVectors, out int rotationDegreesCount, out ObjectsEnumerator rotationDegreesVectors, out Point dOFCenter)
 {
     Inventor.Point dOFCenterInv;
     ComponentOccurrenceInstance.GetDegreesOfFreedom(out translationDegreesCount, out translationDegreesVectors, out rotationDegreesCount, out rotationDegreesVectors, out dOFCenterInv);
     dOFCenter = dOFCenterInv.ToPoint();
 }
Exemplo n.º 11
0
 private void InternalEdit()
 {
     ComponentOccurrenceInstance.Edit();
 }
Exemplo n.º 12
0
 private void InternalDelete()
 {
     ComponentOccurrenceInstance.Delete();
 }
Exemplo n.º 13
0
 private void InternalCreateGeometryProxy(Object geometry, out Object result)
 {
     ComponentOccurrenceInstance.CreateGeometryProxy(geometry, out result);
 }
Exemplo n.º 14
0
 private void InternalSetTransformWithoutConstraints(Matrix matrix)
 {
     ComponentOccurrenceInstance.SetTransformWithoutConstraints(matrix);
 }
Exemplo n.º 15
0
 private void InternalGetReferenceKey(ref byte[] referenceKey, int keyContext)
 {
     ComponentOccurrenceInstance.GetReferenceKey(ref referenceKey, keyContext);
 }
Exemplo n.º 16
0
 private void InternalShowRelationships()
 {
     ComponentOccurrenceInstance.ShowRelationships();
 }
Exemplo n.º 17
0
 private RenderStyle InternalGetRenderStyle(out StyleSourceTypeEnum styleSourceType)
 {
     return(ComponentOccurrenceInstance.GetRenderStyle(out styleSourceType));
 }
Exemplo n.º 18
0
 private void InternalUnsuppress()
 {
     ComponentOccurrenceInstance.Unsuppress();
 }
Exemplo n.º 19
0
 private void InternalChangeRowOfiAssemblyMember(Object newRow, Object options)
 {
     ComponentOccurrenceInstance.ChangeRowOfiAssemblyMember(newRow, options);
 }