### RpmStart Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_r.html Sets or gets the RPM start value. ```APIDOC ## RpmStart() ### Description Sets or gets the RPM start value for a time to waterfall builder in CAE. ### Method Call ### Endpoint N/A (SDK Function) ### Parameters None ### Response #### Success Response - **NXOpen.CAE.ModelAndLoadPreProcessTimeToWaterfallBuilder**: The time to waterfall builder object. ``` -------------------------------- ### SectionStartGuide Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Retrieves a builder for section start guide, used in extended section surface features. ```APIDOC ## SectionStartGuide() ### Description Returns the SectionStartGuide builder, used for extended section surface features. ### Method ```python NXOpen.Features.SectionSurfaceBuilderEx SectionStartGuide() ``` ### Returns - NXOpen.Features.SectionSurfaceBuilderEx: The builder object. ``` -------------------------------- ### AskSetup Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions.html Retrieves the setup information. Associated module: NXOpen.UF.Setup. ```APIDOC ## AskSetup() ### Description Retrieves the setup information. ### Associated Module - NXOpen.UF.Setup ``` -------------------------------- ### GetGuideCurves Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72338.html Gets the created guide curves. ```APIDOC ## GetGuideCurves ### Description Gets the created curves. ### Method ```python def GetGuideCurves(self) ``` ### Parameters None ### Response Returns the created curves. ``` -------------------------------- ### NXOpen.Weld.JointmarkGuideBuilder.GetGuideCurves Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72338.html Gets the created guide curves. The guide curves must exist before calling this method. Requires the ugweld license. ```APIDOC ## NXOpen.Weld.JointmarkGuideBuilder.GetGuideCurves ### Description Gets the created curves curves. The guide curves need to exist before calling this, or nothing will be returned. ### Method `NXOpen.Weld.JointmarkGuideBuilder.GetGuideCurves()` ### License Requirements ugweld ("UG WELD") ### Created In NX9.0.1 ### Returns A tuple consisting of (guideCurves, instanceGuideCurves). * guideCurves is: NXOpen::ICurve . The array of curves. * instanceGuideCurves is: NXOpen::NXObject . The array of component curve instances. If there is not an assembly, then this will match the prototype curve. ``` -------------------------------- ### StartGuide() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Sets the guide for a Section Surface, returning a builder. ```APIDOC ## StartGuide() ### Description Sets the guide for a Section Surface, returning a builder. ### Returns - NXOpen.Features.SectionSurfaceBuilder ``` -------------------------------- ### Setup Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Sets up various builders and session objects. ```APIDOC ## Setup() ### Description Sets up various builders and session objects. ### Method Setup() ### Endpoint NXOpen.CAM.InspectionCreatePathsBuilder, NXOpen.SIM.KinematicChain, NXOpen.UF.UFSession ``` -------------------------------- ### ProfileStartPosition Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_p.html Gets or sets the start position of the profile. ```APIDOC ## ProfileStartPosition() ### Description Gets or sets the start position of the profile. ### Method ``` ProfileStartPosition() : NXOpen.CAM.HolderSectionBuilder ``` ``` -------------------------------- ### Guide() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_g.html Returns an instance of NXOpen.Features.SweepAlongGuideBuilder. ```APIDOC ## Guide() ### Description Returns a SweepAlongGuideBuilder for creating sweep features along a guide. ### Returns - NXOpen.Features.SweepAlongGuideBuilder ``` -------------------------------- ### PressStart() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_p.html Returns a NXOpen.PressLineSimulation.UserMotionBuilder object. ```APIDOC ## PressStart() ### Description Returns a NXOpen.PressLineSimulation.UserMotionBuilder object. ### Method Not specified (likely a getter or factory method) ### Endpoint Not applicable (SDK method) ``` -------------------------------- ### StripeStartPercent() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Gets the start percentage for a stripe in BladeCutLevels. ```APIDOC ## StripeStartPercent() ### Description Retrieves the start percentage value for a stripe definition within Blade Cut Levels. ### Return Type NXOpen.CAM.BladeCutLevels ``` -------------------------------- ### MemberPathStart Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_m.html Gets the start point of a member's path. ```APIDOC ## MemberPathStart() ### Description Retrieves the start point of the path defining a member. ### Method MemberPathStart() ### Returns NXOpen.Features.StructureDesign.MemberBuilder ``` -------------------------------- ### NewGuide() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_n.html Creates a new guide. Returns instances of NXOpen.Join.OverlapBuilder or NXOpen.Weld.JointmarkBuilder. ```APIDOC ## NewGuide() ### Description Creates a new guide. ### Method Not applicable (Python function) ### Endpoint Not applicable (Python function) ### Parameters None ### Request Example ```python overlap_builder = NXOpen.Join.OverlapBuilder.NewGuide() jointmark_builder = NXOpen.Weld.JointmarkBuilder.NewGuide() ``` ### Response #### Success Response - **NXOpen.Join.OverlapBuilder**: An instance of OverlapBuilder. - **NXOpen.Weld.JointmarkBuilder**: An instance of JointmarkBuilder. ``` -------------------------------- ### PressStart() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_p.html Returns a UserMotionBuilder object. ```APIDOC ## PressStart() ### Description Returns a UserMotionBuilder object. ### Method This is a method call within the NXOpen library. ``` -------------------------------- ### MedianStartPosition Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_m.html Gets the median start position of a transport surface. ```APIDOC ## MedianStartPosition() ### Description Retrieves the median start position of a transport surface. ### Method MedianStartPosition() ### Returns NXOpen.Mechatronics.TransportSurfaceBuilder ``` -------------------------------- ### GetSimulationSetup Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_g.html Retrieves the simulation setup. Returns an instance of NXOpen.PressLineSimulation.ApplicationManager. ```APIDOC ## GetSimulationSetup() ### Description Retrieves the simulation setup. ### Returns NXOpen.PressLineSimulation.ApplicationManager - An object representing the ApplicationManager for press line simulation. ``` -------------------------------- ### ThreadedStartChamferDiameter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_t.html Gets or sets the diameter of the chamfer at the start of the thread. ```APIDOC ## ThreadedStartChamferDiameter() ### Description Gets or sets the diameter of the chamfer at the start of the thread. ### Method Not applicable (Python method) ### Endpoint Not applicable (Python method) ### Parameters None explicitly documented in this format. ### Response Returns or sets the chamfer diameter. ``` -------------------------------- ### GetSimulationSetup Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_g.html Retrieves the simulation setup application manager. ```APIDOC ## GetSimulationSetup() ### Description Retrieves the simulation setup application manager. ### Method Not applicable (Python function) ### Endpoint Not applicable (Python function) ### Parameters None ### Request Example None ### Response - **Return Value**: NXOpen.PressLineSimulation.ApplicationManager - The application manager for press line simulation setup. ``` -------------------------------- ### ThreadedStartChamferAngle Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_t.html Gets or sets the angle of the chamfer at the start of the thread. ```APIDOC ## ThreadedStartChamferAngle() ### Description Gets or sets the angle of the chamfer at the start of the thread. ### Method Not applicable (Python method) ### Endpoint Not applicable (Python method) ### Parameters None explicitly documented in this format. ### Response Returns or sets the chamfer angle. ``` -------------------------------- ### JointMarkGuideCurve() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_j.html Sets or gets the guide curve for a point join. ```APIDOC ## JointMarkGuideCurve() ### Description Configures or retrieves the guide curve used for marking in a point join operation. ### Method Not applicable (function call) ### Endpoint Not applicable (SDK function) ### Parameters None ### Request Example ```python # Example usage (assuming necessary imports) # point_join_builder = NXOpen.Join.PointJoinBuilder() # point_join_builder.JointMarkGuideCurve() ``` ### Response #### Success Response - The function may return void upon setting or the curve object upon retrieval. #### Response Example ```json { "example": "Operation status or curve object" } ``` ``` -------------------------------- ### ReturnStart Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_r.html Returns the start motion builder for Press Line Simulation using NXOpen.PressLineSimulation.UserMotionBuilder. ```APIDOC ## ReturnStart() ### Description Retrieves the user motion builder for defining the start of a press line simulation. ### Method ReturnStart() ### Endpoint N/A (SDK Method) ### Parameters None ### Request Example None ### Response #### Success Response - **NXOpen.PressLineSimulation.UserMotionBuilder**: A builder for defining user-defined motions in press line simulations. ``` -------------------------------- ### StartExtension() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Starts an extension process for a Follow Geometry Move, returning a builder. ```APIDOC ## StartExtension() ### Description Starts an extension process for a Follow Geometry Move, returning a builder. ### Returns - NXOpen.CAM.FollowGeometryMoveBuilder ``` -------------------------------- ### ThreadedStartChamferEnabled Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_t.html Gets or sets whether the chamfer at the start of the thread is enabled. ```APIDOC ## ThreadedStartChamferEnabled() ### Description Gets or sets whether the chamfer at the start of the thread is enabled. ### Method Not applicable (Python method) ### Endpoint Not applicable (Python method) ### Parameters None explicitly documented in this format. ### Response Returns or sets a boolean indicating if the start chamfer is enabled. ``` -------------------------------- ### StartV Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Initializes V-related settings for inspection grids and reuse positioning in NXOpen. ```APIDOC ## StartV() ### Description Initializes V-related settings for inspection grids and reuse positioning in NXOpen. ### Method StartV() ### Returns - NXOpen.CAM.InspectionUVGridBuilder - NXOpen.Tooling.ReusePositioningObjectBuilder ``` -------------------------------- ### ScrewClearanceStartChamferOffset Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Gets the start chamfer offset for a screw hole package. ```APIDOC ## ScrewClearanceStartChamferOffset() ### Description Gets the start chamfer offset for a screw hole package. ### Method Call ### Endpoint NXOpen.Features.HolePackageBuilder.ScrewClearanceStartChamferOffset ### Parameters None ### Response - **NXOpen.Features.HolePackageBuilder**: The HolePackageBuilder object. - **NXOpen.GeometricUtilities.EndHoleData**: The end hole data. ``` -------------------------------- ### CirStartAngle Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_c.html Sets or gets the start angle for circular elements in layout. ```APIDOC ## CirStartAngle ### Description Defines the starting angle for circular features in a layout. ### Method ```python NXOpen.Tooling.LayoutBuilder.CirStartAngle() ``` ### Parameters None ``` -------------------------------- ### GetSetup Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_g.html Retrieves the setup for a manufacturing operation, tool set, or workpiece. ```APIDOC ## GetSetup() ### Description Retrieves the setup for a manufacturing operation, tool set, or workpiece. ### Method Call ### Endpoint N/A (SDK Method) ### Parameters None ### Response - **NXOpen.Mfg.Mlp.Operation, NXOpen.Mfg.Mlp.ToolSet, NXOpen.Mfg.Mlp.Workpiece**: The respective object with its setup information. ``` -------------------------------- ### StartFromEmptyBuildtray() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Starts nesting from an empty build tray in the 3D Nester. ```APIDOC ## StartFromEmptyBuildtray() ### Description Starts nesting from an empty build tray in the 3D Nester. ### Returns - NXOpen.Mfg.AM.Nester3D ``` -------------------------------- ### Get StartPath Property Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72522.html Retrieves the OnPathDimensionBuilder object for the start of the path. ```Python def StartPath(self): """Getter for property: (NXOpen::GeometricUtilities::OnPathDimensionBuilder ) StartPath. More...""" pass ``` -------------------------------- ### ReverseDirection() Getter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72338.html Gets the reversal status of the Guide Curve direction. ```APIDOC ## ReverseDirection() ### Description Getter for property: (bool) ReverseDirection. Returns the reversal status of Guide Curve direction. ### Returns - bool: The reversal status of Guide Curve direction. ``` -------------------------------- ### GetStart Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_g.html Retrieves the starting point or configuration for various features like ribs, pipes, or schematic connections. Returns one of NXOpen.Die.RibChildBuilder, NXOpen.PID.PipeBuilder, NXOpen.Schematic.ConnectionBuilder, or NXOpen.Schematic.Model.Connection. ```APIDOC ## GetStart() ### Description Retrieves the starting point or configuration for various features like ribs, pipes, or schematic connections. Returns one of NXOpen.Die.RibChildBuilder, NXOpen.PID.PipeBuilder, NXOpen.Schematic.ConnectionBuilder, or NXOpen.Schematic.Model.Connection. ### Method GetStart ### Returns - NXOpen.Die.RibChildBuilder | NXOpen.PID.PipeBuilder | NXOpen.Schematic.ConnectionBuilder | NXOpen.Schematic.Model.Connection ``` -------------------------------- ### StartU Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Initializes U-related settings for inspection grids and reuse positioning in NXOpen. ```APIDOC ## StartU() ### Description Initializes U-related settings for inspection grids and reuse positioning in NXOpen. ### Method StartU() ### Returns - NXOpen.CAM.InspectionUVGridBuilder - NXOpen.Tooling.ReusePositioningObjectBuilder ``` -------------------------------- ### StructureOrderInstallationSiteIndex() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Gets the index for installation site in Eplan project structure. ```APIDOC ## StructureOrderInstallationSiteIndex() ### Description Retrieves the index for the installation site within the Eplan project template and structure builder. ### Return Type NXOpen.AME.EplanProjectTemplateAndStructureBuilder ``` -------------------------------- ### StartGuide Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Sets the guide for a surface section. ```APIDOC ## StartGuide() ### Description Sets the guide for a surface section. ### Returns - NXOpen.Features.SectionSurfaceBuilder ``` -------------------------------- ### IsoVCurveStartPoint Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_i.html Gets the start point of the V-isoparametric curve. Returns a NXOpen.Features.StyledCornerBuilder object. ```APIDOC ## IsoVCurveStartPoint() ### Description Retrieves the start point of the isoparametric curve in the V direction. ### Method ```python IsoVCurveStartPoint() ``` ### Returns NXOpen.Features.StyledCornerBuilder ``` -------------------------------- ### IsoUCurveStartPoint Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_i.html Gets the start point of the U-isoparametric curve. Returns a NXOpen.Features.StyledCornerBuilder object. ```APIDOC ## IsoUCurveStartPoint() ### Description Retrieves the start point of the isoparametric curve in the U direction. ### Method ```python IsoUCurveStartPoint() ``` ### Returns NXOpen.Features.StyledCornerBuilder ``` -------------------------------- ### InitPart Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_i.html Initializes a part in NXOpen UF Kf. ```APIDOC ## InitPart() ### Description Initializes a part within the NXOpen UF Kf module. ### Method InitPart() ### Returns NXOpen.UF.Kf ``` -------------------------------- ### NXOpen.UF.Setup Enumerations Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_v.html This section details the enumerations available within the NXOpen.UF.Setup module, related to setup and units. ```APIDOC ## NXOpen.UF.Setup Enumerations This section lists the available enumerations within the NXOpen.UF.Setup module. ### Enumerations - OutputUnits ``` -------------------------------- ### LastGuideContinuity Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_l.html Gets the last guide continuity setting, returning ThroughCurveMeshBuilder or StudioSurfaceBuilderEx. ```APIDOC ## LastGuideContinuity() ### Description Gets the last guide continuity setting. ### Method LastGuideContinuity() ### Returns NXOpen.Features.ThroughCurveMeshBuilder, NXOpen.Features.StudioSurfaceBuilderEx ``` -------------------------------- ### StartPosition() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Returns builders and objects for various simulation and manufacturing settings. ```APIDOC ## StartPosition() ### Description Returns builders and objects for defining start positions in various simulation and manufacturing contexts. ### Method StartPosition() ### Returns - NXOpen.CAE.ResponseSimulation.VelocityImpactParameters - NXOpen.CAM.CenterlineDrillTurningBuilder - NXOpen.GeometricAnalysis.SectionAnalysis.RadialBuilder - NXOpen.Mechatronics.VirtualAxisBuilder - NXOpen.Tooling.FormabilitySolverConfigBuilder - NXOpen.Tooling.GeneralInsertBuilder ``` -------------------------------- ### ScrewType Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Gets the screw type, considering hole package and start hole data. ```APIDOC ## ScrewType() ### Description Gets the screw type, considering hole package and start hole data. ### Method Call ### Endpoint NXOpen.Features.HolePackageBuilder.ScrewType or NXOpen.GeometricUtilities.StartHoleData.ScrewType ### Parameters None ### Response - **NXOpen.Features.HolePackageBuilder**: The HolePackageBuilder object. - **NXOpen.GeometricUtilities.StartHoleData**: The start hole data. ``` -------------------------------- ### NewGuide Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72294.html Creates a NXOpen::Weld::JointmarkGuideBuilder object. ```APIDOC ## NewGuide ### Description Creates a NXOpen::Weld::JointmarkGuideBuilder object. ### Method ```python def NewGuide(self) ``` ``` -------------------------------- ### ScrewSize Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Gets the screw size, considering both hole package and start hole data. ```APIDOC ## ScrewSize() ### Description Gets the screw size, considering both hole package and start hole data. ### Method Call ### Endpoint NXOpen.Features.HolePackageBuilder.ScrewSize or NXOpen.GeometricUtilities.StartHoleData.ScrewSize ### Parameters None ### Response - **NXOpen.Features.HolePackageBuilder**: The HolePackageBuilder object. - **NXOpen.GeometricUtilities.StartHoleData**: The start hole data. ``` -------------------------------- ### GetSetups Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_g.html Retrieves setups for a manufacturing line or process plan. ```APIDOC ## GetSetups() ### Description Retrieves setups for a manufacturing line or process plan. ### Method Call ### Endpoint N/A (SDK Method) ### Parameters None ### Response - **NXOpen.Mfg.Mlp.Line, NXOpen.Mfg.Mlp.ProcessPlan**: The line or process plan object with its setups. ``` -------------------------------- ### LocalReturnRoughGetStartEvents Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_l.html Gets start events for local return rough in NCM turn thread. ```APIDOC ## LocalReturnRoughGetStartEvents() ### Description Gets start events for local return rough in NCM turn thread. ### Method Not specified (assumed to be a method call within NXOpen). ### Endpoint Not applicable. ### Parameters None explicitly listed. ### Response - Returns: NXOpen.CAM.NcmTurnThreadBuilder ``` -------------------------------- ### LocalReturnFinishGetStartEvents Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_l.html Gets start events for local return finish in NCM turn thread. ```APIDOC ## LocalReturnFinishGetStartEvents() ### Description Gets start events for local return finish in NCM turn thread. ### Method Not specified (assumed to be a method call within NXOpen). ### Endpoint Not applicable. ### Parameters None explicitly listed. ### Response - Returns: NXOpen.CAM.NcmTurnThreadBuilder ``` -------------------------------- ### CAMSetup() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_c.html Returns a CAMSetup object, which is associated with an NXOpen Part. ```APIDOC ## CAMSetup() ### Description Initializes or retrieves the CAMSetup object, which manages CAM settings for a part. ### Method CAMSetup() ### Returns NXOpen.Part - The Part object associated with the CAMSetup. ``` -------------------------------- ### InstallSecondDirection Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_i.html Builder for setting the second installation direction for standard parts. ```APIDOC ## InstallSecondDirection() ### Description Specifies the secondary directional parameter for the placement of standard parts. ### Returns - NXOpen.Features.ShipDesign.StandardPartItemBuilder ``` -------------------------------- ### KinematicModel Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_k.html Sets or gets the kinematic model for simulation setups. Associated with NXOpen.PressLineSimulation.SimulationSetup and NXOpen.Tooling.MotionSimulationBuilder. ```APIDOC ## KinematicModel ### Description Sets or retrieves the kinematic model used in press line simulations or motion simulations. ### Method Not specified (assumed to be a method call on an object). ### Endpoint Not applicable (SDK method). ### Parameters None explicitly documented. ### Request Example ```python # Example usage (assuming an object of type NXOpen.PressLineSimulation.SimulationSetup or NXOpen.Tooling.MotionSimulationBuilder exists) # builder.KinematicModel() ``` ### Response Returns an object representing the kinematic model. ``` -------------------------------- ### InstallOptions Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_i.html Builder for setting installation options in mold filling. ```APIDOC ## InstallOptions() ### Description Configures various options related to the installation process, particularly in mold filling simulations. ### Returns - NXOpen.Tooling.MoldFillingBuilder ``` -------------------------------- ### PointsGuideDistance() - Getter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72694.html Gets the distance percentage from the start of the curve where the weld point should be placed. ```APIDOC ## PointsGuideDistance() [Getter] ### Description Getter for property: (double) PointsGuideDistance. Returns the distance percentage from the start of the curve where the weld point should be. 0.0 is the start of the curve 100.0 is the end of the curve. ### Method Getter ### Returns double ### License Requirements ugweld ("UG WELD") ### Created in NX6.0.0 ``` -------------------------------- ### GetStart Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_g.html Retrieves the starting point for various builders, including rib child, pipe, and schematic connections. ```APIDOC ## GetStart() ### Description Retrieves the starting point for various builders, including rib child, pipe, and schematic connections. ### Method ```python GetStart() : NXOpen.Die.RibChildBuilder , NXOpen.PID.PipeBuilder , NXOpen.Schematic.ConnectionBuilder , NXOpen.Schematic.Model.Connection ``` ``` -------------------------------- ### RediscoverGuideEnds Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72338.html Use the specified reuse features to set the start and end distance for the guide curve. ```APIDOC ## RediscoverGuideEnds ### Description Use the specified reuse features to set the start and end distance for the guide curve. ### Method ```python def RediscoverGuideEnds(self) ``` ### Parameters None ### Response None explicitly documented. ``` -------------------------------- ### InitProj Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_i.html Initializes a project in NXOpen Tooling. ```APIDOC ## InitProj() ### Description Initializes a project using the ToolingManager in NXOpen Tooling. ### Method InitProj() ### Returns NXOpen.Tooling.ToolingManager ``` -------------------------------- ### XStartDistance Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_x.html Sets or gets the starting distance for a concept die in the Concept Die Base Builder. ```APIDOC ## XStartDistance() ### Description Sets or gets the starting distance for a concept die. ### Method ``` XStartDistance() : NXOpen.Tooling.ConceptDieBaseBuilder ``` ``` -------------------------------- ### StartFromEmptyBuildtray Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Starts the nesting process from an empty build tray in 3D additive manufacturing. ```APIDOC ## StartFromEmptyBuildtray() ### Description Starts the nesting process from an empty build tray in 3D additive manufacturing. ### Returns - NXOpen.Mfg.AM.Nester3D ``` -------------------------------- ### InstallFirstDirection Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_i.html Builder for setting the first installation direction for standard parts. ```APIDOC ## InstallFirstDirection() ### Description Specifies the primary directional parameter for the placement of standard parts. ### Returns - NXOpen.Features.ShipDesign.StandardPartItemBuilder ``` -------------------------------- ### AdjacentBlend2TrimStart Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions.html Gets or sets the trim start for the second adjacent blend. Returns a StyledBlendBuilder object. ```APIDOC ## AdjacentBlend2TrimStart ### Description Gets or sets the trim start for the second adjacent blend. ### Returns NXOpen.Features.StyledBlendBuilder ``` -------------------------------- ### AdjacentBlend1TrimStart Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions.html Gets or sets the trim start for the first adjacent blend. Returns a StyledBlendBuilder object. ```APIDOC ## AdjacentBlend1TrimStart ### Description Gets or sets the trim start for the first adjacent blend. ### Returns NXOpen.Features.StyledBlendBuilder ``` -------------------------------- ### ImplementInitFromUDO Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_i.html Initializes text builder from UDO. ```APIDOC ## ImplementInitFromUDO() ### Description Initializes the text builder using data from a User Defined Object (UDO). ### Method ImplementInitFromUDO() ### Returns NXOpen.Tooling.InsertTextBuilder ``` -------------------------------- ### StartSolver() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Returns animation control objects for motion analysis. ```APIDOC ## StartSolver() ### Description Returns animation control objects for motion analysis, related to starting the solver. ### Method StartSolver() ### Returns - NXOpen.Motion.EigenvectorAnimationControl - NXOpen.Motion.StaticModeAnimationControl ``` -------------------------------- ### LeaveLooseStartValue Getter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72266.html Gets the leave loose value at the start of the joint curve. This is a getter for the LeaveLooseStartValue property. ```APIDOC ## LeaveLooseStartValue() Getter def NXOpen.Weld.JointExitBuilder.LeaveLooseStartValue(): ### Description Getter for property: (double) LeaveLooseStartValue. Returns the leave loose value at the start of the joint curve. ### Returns double ``` -------------------------------- ### InitPreview Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_i.html Initializes the preview for creating a system in NXOpen LineDesigner. ```APIDOC ## InitPreview() ### Description Initializes the preview functionality for creating a system in the LineDesigner module of NXOpen. ### Method InitPreview() ### Returns NXOpen.LineDesigner.CreateSystemBuilder ``` -------------------------------- ### DistanceFromEnds() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a71994.html Gets or sets the distance from the ends to start creating weld points. This property is of type double. ```APIDOC ## ◆ DistanceFromEnds() ### Description Gets or sets the distance from the ends to start creating weld points. ### Method Getter/Setter ### Parameters #### Setter Parameters - **_distanceFromEnds_** (double) - The distance from the ends. ### Returns - Getter: double ### License Requirements - Setter: ugweld ("UG WELD") ### Created in NX NX6.0.0 ``` -------------------------------- ### NXOpen.Weld.TransformBuilder.Type Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72470.html Gets or sets the transformation type for the weld. This property is available starting from NX11.0.1 and requires the ugweld license. ```APIDOC ## NXOpen.Weld.TransformBuilder.Type ### Description Gets or sets the transformation type for the weld. ### Method Setter ### Parameters #### Path Parameters None #### Query Parameters None #### Request Body - **_transType_** (NXOpen::Weld::TransformBuilder::TransformationTypes) - The transformation type to set. ### Request Example ```python # Example of setting the type builder.Type = NXOpen.Weld.TransformBuilder.TransformationTypes.Linear ``` ### Response #### Success Response (200) Returns the current transformation type. #### Response Example ```python # Example of getting the type transformation_type = builder.Type ``` ### License Requirements ugweld ("UG WELD") ### Created in NX NX11.0.1 ``` -------------------------------- ### GetSetupSource Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_g.html Retrieves the source of the setup from the NC program manager builder. ```APIDOC ## GetSetupSource() ### Description Retrieves the source of the setup from the NC program manager builder. ### Method Call ### Endpoint N/A (SDK Method) ### Parameters None ### Response - **NXOpen.SIM.NcProgramManagerBuilder**: The NC program manager builder with the setup source. ``` -------------------------------- ### PressModelRoot() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_p.html Returns a NXOpen.PressLineSimulation.SimulationSetup object. ```APIDOC ## PressModelRoot() ### Description Returns a NXOpen.PressLineSimulation.SimulationSetup object. ### Method Not specified (likely a getter or factory method) ### Endpoint Not applicable (SDK method) ``` -------------------------------- ### StringName Getter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a71942.html Gets the name of the slot feature. This property is available starting from NX1926.0.0 and requires no specific license. ```APIDOC ## StringName() Getter ### Description Gets the property representing the slot feature name. ### Method GET ### Endpoint NXOpen.Vsa.TaperedSlotFeatureBuilder.StringName ### Returns string - The name of the slot feature. ``` -------------------------------- ### StartDistance() Getter and Setter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72694.html Gets or sets the start distance for the weld point. Requires the ugweld license and was introduced in NX6.0.0. ```APIDOC ## ◆ StartDistance() ### Description Getter for property: (string) StartDistance. Returns the start dist ### Method Getter ### License Requirements ugweld ("UG WELD") ### Created in NX6.0.0 ## ◆ StartDistance() ### Description Setter for property: (string) StartDistance. Returns the start dist ### Method Setter ### Parameters - **_start_dist_str_** (string) - Description not provided in source ### License Requirements ugweld ("UG WELD") ### Created in NX6.0.0 ``` -------------------------------- ### LibraryReference Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_l.html Returns an NXOpen.CAM.CAMSetup object. This function is associated with referencing library components within the CAM setup. ```APIDOC ## LibraryReference() ### Description Returns an NXOpen.CAM.CAMSetup object. This function is associated with referencing library components within the CAM setup. ### Method Not applicable (Python function) ### Endpoint Not applicable (Python function) ``` -------------------------------- ### StartString Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Initializes a naming pattern builder in NXOpen Routing. ```APIDOC ## StartString() ### Description Initializes a naming pattern builder in NXOpen Routing. ### Method StartString() ### Returns - NXOpen.Routing.NamingPatternBuilder ``` -------------------------------- ### CreateEndToStart (Getter) Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72522.html Gets the indication if the sweep should be created from the edge location to the start location. This is relevant when the path section is closed. ```APIDOC ## ◆ CreateEndToStart() [1/2] def NXOpen.Weld.WeldBeadPathBuilder.CreateEndToStart | ( | | _self_| ) | --- Getter for property: (bool) CreateEndToStart. Returns the indication if the sweep should be created from the edge location to the start location. True indicates the sweep will be created from the end to the start location of the path, false indicates the sweep will be from the start to the end location of the path. This option is only used if the path section is closed. Getter License requirements: None. Returns bool ``` -------------------------------- ### MechanicalColorFontWidth() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72618.html Gets the color, font, and width of the mechanical joint curves. This property is available starting from NX9.0.0 and does not require any special license. ```APIDOC ## ◆ MechanicalColorFontWidth() ### Description Getter for property: (NXOpen::LineColorFontWidthBuilder ) MechanicalColorFontWidth. Returns the color, font, and width of the mechanical joint curves. ### Method Getter ### Parameters #### Path Parameters None #### Query Parameters None #### Request Body None ### Request Example ```python # Example usage: # line_color_font_width_builder = weld_joint_builder.MechanicalColorFontWidth ``` ### Response #### Success Response (200) - **NXOpen.LineColorFontWidthBuilder.UGS::Part::LineColorFontWidthBuilder*** - An object representing the color, font, and width settings. #### Response Example ```json { "example": "NXOpen.LineColorFontWidthBuilder" } ``` ``` -------------------------------- ### InstallFifthDirection Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_i.html Builder for setting the fifth installation direction for standard parts. ```APIDOC ## InstallFifthDirection() ### Description Defines the fifth directional parameter for the placement of standard parts. ### Returns - NXOpen.Features.ShipDesign.StandardPartItemBuilder ``` -------------------------------- ### StartDistanceLocation() Getter and Setter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72694.html Gets or sets the start distance location for the weld point. Requires the ugweld license and was introduced in NX6.0.0. ```APIDOC ## ◆ StartDistanceLocation() ### Description Getter for property: (NXOpen::Weld::WeldParasetLocation ) StartDistanceLocation. Returns the start dist location ### Method Getter ### Returns string (NXOpen.Weld.WeldParasetLocation) ### License Requirements ugweld ("UG WELD") ### Created in NX6.0.0 ## ◆ StartDistanceLocation() ### Description Setter for property: (NXOpen::Weld::WeldParasetLocation ) StartDistanceLocation. Returns the start dist location ### Method Setter ### Parameters - **_start_dist_location_** (NXOpen::Weld::WeldParasetLocation) - Description not provided in source ### License Requirements ugweld ("UG WELD") ### Created in NX6.0.0 ``` -------------------------------- ### InstallOptions Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_i.html Represents the InstallOptions function, returning NXOpen.Tooling.MoldFillingBuilder. ```APIDOC ## InstallOptions() ### Description Returns NXOpen.Tooling.MoldFillingBuilder. ### Method N/A (Function Signature) ### Endpoint N/A ### Parameters N/A ### Request Example N/A ### Response #### Success Response - **Return Value** (NXOpen.Tooling.MoldFillingBuilder) ### Response Example N/A ``` -------------------------------- ### Start Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Initiates various processes or builders, including AME PageNaming, Annotations SymmetricalCenterline, CAM PitchSetting, Diagramming Connection/Geometry, Die MachineRelief/QuickBinder/RibChild, Display NonProportionalZoom, GeometricAnalysis CurveAnalysis, GeometricUtilities CurveRange, MovieManager, SIM TimeAnalysis, and multiple UF functions. ```APIDOC ## Start() ### Description Initiates various processes or builders. This function can be used with a wide range of builders and UF functions including: - NXOpen.AME.PageNamingBuilder - NXOpen.Annotations.SymmetricalCenterlineBuilder - NXOpen.CAM.PitchSetting - NXOpen.Diagramming.ConnectionBuilder - NXOpen.Diagramming.Geometry.LineBuilder - NXOpen.Die.MachineReliefBuilder - NXOpen.Die.QuickBinderBuilder - NXOpen.Die.RibChildBuilder - NXOpen.Display.NonProportionalZoom - NXOpen.GeometricAnalysis.CurveAnalysisRecord - NXOpen.GeometricUtilities.CurveRangeBuilder - NXOpen.MovieManager - NXOpen.SIM.TimeAnalysis - NXOpen.UF.Draw.TabnotLine - NXOpen.UF.Eval.Line - NXOpen.UF.Path.CircularMotion - NXOpen.UF.Path.HelicalMotion - NXOpen.UF.Studio.StybldCurveTrans - NXOpen.UF.Studio.StybldShapeTrans ### Returns - NXOpen.AME.PageNamingBuilder | NXOpen.Annotations.SymmetricalCenterlineBuilder | NXOpen.CAM.PitchSetting | NXOpen.Diagramming.ConnectionBuilder | NXOpen.Diagramming.Geometry.LineBuilder | NXOpen.Die.MachineReliefBuilder | NXOpen.Die.QuickBinderBuilder | NXOpen.Die.RibChildBuilder | NXOpen.Display.NonProportionalZoom | NXOpen.GeometricAnalysis.CurveAnalysisRecord | NXOpen.GeometricUtilities.CurveRangeBuilder | NXOpen.MovieManager | NXOpen.SIM.TimeAnalysis | NXOpen.UF.Draw.TabnotLine | NXOpen.UF.Eval.Line | NXOpen.UF.Path.CircularMotion | NXOpen.UF.Path.HelicalMotion | NXOpen.UF.Studio.StybldCurveTrans | NXOpen.UF.Studio.StybldShapeTrans ``` -------------------------------- ### Get NXOpen Weld SelectDatumPin Value Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72442.html Use this getter to retrieve the DatumPin object that is currently selected. No special setup or imports are required beyond having an instance of SelectDatumPin. ```python def Value() -> NXOpen.Weld.DatumPin; ``` -------------------------------- ### Get Associativity of JointmarkBuilder Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72294.html Retrieves the automatic update option (associativity) for the joint mark. If true, the joint mark will update if the guide curve changes. Requires the ugweld license. ```python def Associativity(self) ``` -------------------------------- ### InstallFourthDirection Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_i.html Builder for setting the fourth installation direction for standard parts. ```APIDOC ## InstallFourthDirection() ### Description Defines the fourth directional parameter for the placement of standard parts. ### Returns - NXOpen.Features.ShipDesign.StandardPartItemBuilder ``` -------------------------------- ### NamePrefix() Getter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72618.html Gets the prefix used for the welding joint Design Feature name in Collaborative Product Development mode. This property is available starting from NX8.5.0 and does not require any special license. ```APIDOC ## ◆ NamePrefix() [1/2] ### Description Getter for property: (string) NamePrefix. Returns the prefix used for the welding joint Design Feature name in Collaborative Product Development mode. ### Method Getter ### Parameters #### Path Parameters None #### Query Parameters None #### Request Body None ### Request Example ```python # Example usage: # prefix = weld_joint_builder.NamePrefix ``` ### Response #### Success Response (200) - **string** - The prefix string. #### Response Example ```json { "example": "WELD_" } ``` ``` -------------------------------- ### GuideLines() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_g.html Returns a builder for defining guide lines in various tooling contexts. ```APIDOC ## GuideLines() ### Description Returns a builder for defining guide lines in different tooling design scenarios. ### Returns - NXOpen.Tooling.DefineCamBuilder | NXOpen.Tooling.RunnerBuilder | NXOpen.Tooling.VentingDesignBuilder ``` -------------------------------- ### NXOpen.Weld.JointmarkGuideBuilder Members Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72335.html This section lists all members of the NXOpen.Weld.JointmarkGuideBuilder class, including inherited members. It details methods for creating, getting, and manipulating guide curves, as well as properties for controlling spacing, location, and extension. ```APIDOC ## NXOpen.Weld.JointmarkGuideBuilder Members ### Description This class provides functionality to define and manage guide curves for weld features. ### Methods and Properties - **CreateGuideCurves(self)**: Creates the guide curves based on the builder's settings. - **EndDistance(self)**: Gets or sets the end distance for guide curve creation. - **ExtendOffset(self)**: Gets or sets the extend offset for guide curves. - **ExtendOffset(self, extendOffset)**: Sets the extend offset for guide curves. - **GetGuideCurves(self)**: Retrieves the currently defined guide curves. - **GuideCurve(self)**: Gets or sets a specific guide curve. - **GuideCurve(self, guide)**: Sets a specific guide curve. - **LocationOption(self)**: Gets or sets the location option for guide curves. - **LocationOption(self, locationOption)**: Sets the location option for guide curves. - **NumberOfPoints(self)**: Gets or sets the number of points for guide curve spacing. - **NumberOfPoints(self, number)**: Sets the number of points for guide curve spacing. - **OffsetDistance(self)**: Gets or sets the offset distance for guide curves. - **RediscoverGuideEnds(self)**: Rediscover the ends of the guide curves. - **RespacePoints(self)**: Respace the points along the guide curves. - **RespacePoints(self, respacePoints)**: Sets the respace points option for guide curves. - **ReverseDirection(self)**: Gets or sets the option to reverse the direction of guide curves. - **ReverseDirection(self, reverse)**: Sets the option to reverse the direction of guide curves. - **Section1(self)**: Gets or sets the first section for guide curve definition. - **Section2(self)**: Gets or sets the second section for guide curve definition. - **Section3(self)**: Gets or sets the third section for guide curve definition. - **Section4(self)**: Gets or sets the fourth section for guide curve definition. - **Spacing(self)**: Gets or sets the spacing value for guide curves. - **SpacingMethod(self)**: Gets or sets the spacing method for guide curves. - **SpacingMethod(self, spacingMethod)**: Sets the spacing method for guide curves. - **SpacingOption(self)**: Gets or sets the spacing option for guide curves. - **SpacingOption(self, spacingOption)**: Sets the spacing option for guide curves. - **StartDistance(self)**: Gets or sets the start distance for guide curve creation. - **Tag(self)**: Gets the tag of the tagged object (inherited from NXOpen.TaggedObject). ``` -------------------------------- ### NXOpen.CAM.CAMSetup.CreateFacetBodyForIpwDisplay Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_c.html Creates a facet body for IPW display using the CAMSetup. ```APIDOC ## CreateFacetBodyForIpwDisplay() ### Description Creates a facet body for IPW display. ### Method ``` NXOpen.CAM.CAMSetup.CreateFacetBodyForIpwDisplay() ``` ### Returns - NXOpen.Facet.FacetedBody - The created facet body for IPW display. ``` -------------------------------- ### SecondGuide Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_s.html Sets the second guide. Returns a StyledSweepBuilder object. ```APIDOC ## SecondGuide() ### Description Sets the second guide. ### Returns NXOpen.Features.StyledSweepBuilder ``` -------------------------------- ### PointMethod Getter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a72694.html Retrieves the method for creating weld points. Weld points can be created using guide entities or Point objects. This property is available starting from NX 6.0.0 and requires the 'UG WELD' license. ```APIDOC ## PointMethod() ### Description Getter for the PointMethod property. Returns the method for creating weld points. Weld points can be created using guide entities or Point objects. ### Method GET ### Endpoint /api/weld/weldpointbuilder/pointmethod ### Returns - **NXOpen.Weld.WeldPointMethod**: The method for creating weld points. ``` -------------------------------- ### DestinationTeamcenterFolder Getter Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/a71518.html Gets the destination Teamcenter folder for saving the VisualReport. This property is relevant when NX is connected to Teamcenter and the report is saved as a copy. It may return NULL if no folder name has been set. Available starting from NX 8.0.0. ```APIDOC ## ◆ DestinationTeamcenterFolder() def NXOpen.VisualReporting.VisualReportBuilder.DestinationTeamcenterFolder(_self_) Getter for property: (string) DestinationTeamcenterFolder. Returns the destination Teamcenter folder for saving the NXOpen::VisualReporting::VisualReport being built by this builder to Teamcenter database. Note that this property is only needed when NX is connected to Teamcenter and report is saved as a copy to Teamcenter database. This NXOpen::VisualReporting::VisualReport::DestinationTeamcenterFolder may return NULL if you haven't set a folder name on this property. Getter License requirements: None. Created in NX8.0.0 Returns string ``` -------------------------------- ### StartPositionMethod() Source: https://docs.sw.siemens.com/documentation/external/PL20230425446868577/en-US/custom_api/nxopen_python_ref/functions_func_s.html Returns a builder for teach mode profile moves. ```APIDOC ## StartPositionMethod() ### Description Returns a builder for defining the method used to set the start position for teach mode profile moves. ### Method StartPositionMethod() ### Returns - NXOpen.CAM.TeachmodeProfileMoveBuilder ```