private void InternalSetLevelOfDetailRepresentation(string representation, bool skipDocumentSave) { ComponentOccurrenceInstance.SetLevelOfDetailRepresentation(representation, skipDocumentSave); }
private void InternalSetRenderStyle(StyleSourceTypeEnum styleSourceType, Object renderStyle) { ComponentOccurrenceInstance.SetRenderStyle(styleSourceType, renderStyle); }
private void InternalSetDesignViewRepresentation(string representation, string reserved, bool associative) { ComponentOccurrenceInstance.SetDesignViewRepresentation(representation, reserved, associative); }
private void InternalSetDisplayMode(DisplayModeSourceTypeEnum displayModeSourceType, Object displayMode) { ComponentOccurrenceInstance.SetDisplayMode(displayModeSourceType, displayMode); }
private void InternalChangeRowOfiPartMember(Object newRow, Object customInput) { ComponentOccurrenceInstance.ChangeRowOfiPartMember(newRow, customInput); }
private void InternalReplace(string fileName, bool replaceAll) { ComponentOccurrenceInstance.Replace(fileName, replaceAll); }
private DisplayModeEnum InternalGetDisplayMode(out DisplayModeSourceTypeEnum displayModeSourceType) { return(ComponentOccurrenceInstance.GetDisplayMode(out displayModeSourceType)); }
private void InternalSuppress(bool skipDocumentSave) { ComponentOccurrenceInstance.Suppress(skipDocumentSave); }
private void InternalExitEdit(ExitTypeEnum exitTo) { ComponentOccurrenceInstance.ExitEdit(exitTo); }
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(); }
private void InternalEdit() { ComponentOccurrenceInstance.Edit(); }
private void InternalDelete() { ComponentOccurrenceInstance.Delete(); }
private void InternalCreateGeometryProxy(Object geometry, out Object result) { ComponentOccurrenceInstance.CreateGeometryProxy(geometry, out result); }
private void InternalSetTransformWithoutConstraints(Matrix matrix) { ComponentOccurrenceInstance.SetTransformWithoutConstraints(matrix); }
private void InternalGetReferenceKey(ref byte[] referenceKey, int keyContext) { ComponentOccurrenceInstance.GetReferenceKey(ref referenceKey, keyContext); }
private void InternalShowRelationships() { ComponentOccurrenceInstance.ShowRelationships(); }
private RenderStyle InternalGetRenderStyle(out StyleSourceTypeEnum styleSourceType) { return(ComponentOccurrenceInstance.GetRenderStyle(out styleSourceType)); }
private void InternalUnsuppress() { ComponentOccurrenceInstance.Unsuppress(); }
private void InternalChangeRowOfiAssemblyMember(Object newRow, Object options) { ComponentOccurrenceInstance.ChangeRowOfiAssemblyMember(newRow, options); }