Ejemplo n.º 1
0
 private void InternalSetEndOfPart(bool before)
 {
     WorkPointInstance.SetEndOfPart(before);
 }
Ejemplo n.º 2
0
 private void InternalSetFixed(Point point)
 {
     WorkPointInstance.SetFixed(point.ToPoint());
 }
Ejemplo n.º 3
0
        //private void InternalSetBySphereCenterPoint(Face face)
        //{
        //    WorkPointInstance.SetBySphereCenterPoint( face);
        //}

        private void InternalSetByThreePlanes(Object plane1, Object plane2, Object plane3)
        {
            WorkPointInstance.SetByThreePlanes(plane1, plane2, plane3);
        }
Ejemplo n.º 4
0
        //private void InternalSetByTorusCenterPoint(Face face)
        //{
        //    WorkPointInstance.SetByTorusCenterPoint( face);
        //}

        private void InternalSetByTwoLines(Object line1, Object line2)
        {
            WorkPointInstance.SetByTwoLines(line1, line2);
        }
Ejemplo n.º 5
0
        //private void InternalSetByMidPoint(Edge edge)
        //{
        //    WorkPointInstance.SetByMidPoint( edge);
        //}

        private void InternalSetByPoint(Object point)
        {
            WorkPointInstance.SetByPoint(point);
        }
Ejemplo n.º 6
0
 private void InternalSetByCurveAndEntity(Object curve, Object entity, Object proximityPoint)
 {
     WorkPointInstance.SetByCurveAndEntity(curve, entity, proximityPoint);
 }
Ejemplo n.º 7
0
 private void InternalSetAtCentroid(Object entities)
 {
     WorkPointInstance.SetAtCentroid(entities);
 }
Ejemplo n.º 8
0
 private void InternalGetReferenceKey(ref byte[] referenceKey, int keyContext)
 {
     WorkPointInstance.GetReferenceKey(ref referenceKey, keyContext);
 }
Ejemplo n.º 9
0
 private void InternalDelete(bool retainDependents)
 {
     WorkPointInstance.Delete(retainDependents);
 }